Package com.jogamp.newt.event
Class WindowUpdateEvent
java.lang.Object
java.util.EventObject
com.jogamp.newt.event.NEWTEvent
com.jogamp.newt.event.WindowEvent
com.jogamp.newt.event.WindowUpdateEvent
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.jogamp.newt.event.WindowEvent
EVENT_WINDOW_DESTROY_NOTIFY, EVENT_WINDOW_DESTROYED, EVENT_WINDOW_GAINED_FOCUS, EVENT_WINDOW_LOST_FOCUS, EVENT_WINDOW_MOVED, EVENT_WINDOW_REPAINT, EVENT_WINDOW_RESIZED
Fields inherited from class com.jogamp.newt.event.NEWTEvent
consumedTag
-
Constructor Summary
ConstructorsConstructorDescriptionWindowUpdateEvent
(short eventType, Object source, long when, Rectangle bounds) -
Method Summary
Methods inherited from class com.jogamp.newt.event.WindowEvent
getEventTypeString
Methods inherited from class com.jogamp.newt.event.NEWTEvent
getAttachment, getEventType, getWhen, isConsumed, setAttachment, setConsumed, toHexString
Methods inherited from class java.util.EventObject
getSource
-
Constructor Details
-
WindowUpdateEvent
-
-
Method Details
-
getBounds
-
toString
- Overrides:
toString
in classWindowEvent
-
toString
- Overrides:
toString
in classWindowEvent
-