com.visioglobe.libVisioDevKit
Class VgIEvent
java.lang.Object
com.visioglobe.libVisioDevKit.VgIEvent
- Direct Known Subclasses:
- VgIGeometryEvent
public class VgIEvent
- extends java.lang.Object
The VgIEvent interface is used to encapsulate user interactions.
It is used for the basic behaviours, inherited interfaces define more complex behaviours.
- Interface:
- VgApplication::VgIEvent
- Date:
- 25/02/2010
Constructor Summary |
VgIEvent(long cPtr,
boolean cMemoryOwn)
|
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
swigCMemOwn
protected boolean swigCMemOwn
VgIEvent
public VgIEvent(long cPtr,
boolean cMemoryOwn)
getCPtr
public static long getCPtr(VgIEvent obj)
finalize
protected void finalize()
- Overrides:
finalize
in class java.lang.Object
delete
public void delete()
getType
public VgIEventType getType()
- Returns the event type.