public class Event extends DataObject
Modifier and Type | Field and Description |
---|---|
Event |
cause
This indicates what Event may have caused this one.
|
boolean |
consumed
This indicates whether or not the Event should be considered as being consumed.
|
int |
flags |
Object |
target
This is the Object considered to be the target for this Event.
|
long |
timeStamp
This specifies when the Event was generated.
|
int |
type
This value is set depending on the class of the Event.
|
Object |
window
This is the higher level window that is associated with the event, if any.
|
Constructor and Description |
---|
Event() |
Modifier and Type | Method and Description |
---|---|
void |
clearPostData() |
Object |
getPostData(String name) |
boolean |
isReused() |
void |
setPostData(String name,
Object value) |
boolean |
setReused(boolean isReused) |
_getFieldType, _getSetField, cache, compareTo, copied, copyFrom, equals, getCopy, getDeclaredField, getDeclaredFieldValue, getMyFieldList, getNew
public Object target
public long timeStamp
public int type
public boolean consumed
public Event cause
public Object window
public int flags