public class Event extends java.lang.Object implements IObject
Modifier and Type | Field and Description |
---|---|
protected long |
_handle |
protected boolean |
_myHandle |
Modifier | Constructor and Description |
---|---|
protected |
Event(long handle)
Constructor to be use when creating Events from Native code.
|
|
Event(long handle,
boolean takeOwnership) |
Modifier and Type | Method and Description |
---|---|
protected void |
finalize() |
int |
getEventId() |
java.lang.String |
getMessage() |
long |
getNativeHandle() |
protected void |
init(long handle,
boolean takeOwnership) |
void |
stopPropagation() |
protected Event(long handle)
handle
- public Event(long handle, boolean takeOwnership)
protected void init(long handle, boolean takeOwnership)
protected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable
public long getNativeHandle()
getNativeHandle
in interface IObject
public void stopPropagation()
public int getEventId()
public java.lang.String getMessage()