|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sun.javafx.newt.Event
public class Event
Constructor Summary | |
---|---|
protected |
Event(int eventType,
Window source,
long when)
|
Method Summary | |
---|---|
int |
getEventType()
Returns the event type of this event. |
Window |
getSource()
Returns the source Window which produced this Event. |
long |
getWhen()
Returns the timestamp, in milliseconds, of this event. |
boolean |
isSystemEvent()
Indicates whether this event was produced by the system or generated by user code. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected Event(int eventType, Window source, long when)
Method Detail |
---|
public final boolean isSystemEvent()
public final int getEventType()
public final Window getSource()
public final long getWhen()
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |