|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.jogamp.newt.event.NEWTEvent
public class NEWTEvent
NEWT events are provided for notification purposes ONLY;
The NEWT will automatically handle the event semantics internally, regardless of whether a program is receiving these events or not.
The actual event semantic is processed before the event is send.
Event type registry:
100..10x
200..20x
300..30x
Field Summary | |
---|---|
static Object |
consumedTag
Object when attached via setAttachment(Object) marks the event consumed,
ie. |
Method Summary | |
---|---|
Object |
getAttachment()
|
short |
getEventType()
Returns the event type of this event. |
long |
getWhen()
Returns the timestamp, in milliseconds, of this event. |
void |
setAttachment(Object attachment)
Attach the passed object to this event. If an object was previously attached, it will be replaced. Attachments to NEWT events allow users to pass on information from one custom listener to another, ie custom listener to listener communication. |
static String |
toHexString(short hex)
|
String |
toString()
|
StringBuilder |
toString(StringBuilder sb)
|
Methods inherited from class java.util.EventObject |
---|
getSource |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final Object consumedTag
setAttachment(Object)
marks the event consumed,
ie. stops propagating the event any further to the other event listener.
Method Detail |
---|
public final short getEventType()
public final long getWhen()
public final void setAttachment(Object attachment)
attachment
- User application specific objectpublic final Object getAttachment()
public String toString()
toString
in class EventObject
public StringBuilder toString(StringBuilder sb)
public static String toHexString(short hex)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |