com.jogamp.newt.event
Class WindowEvent
java.lang.Object
java.util.EventObject
com.jogamp.newt.event.NEWTEvent
com.jogamp.newt.event.WindowEvent
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- WindowUpdateEvent
public class WindowEvent
- extends NEWTEvent
NEWT Window events are provided for notification purposes ONLY.
NEWT will automatically handle component moves and resizes internally, regardless of whether a program is receiving these events or not.
The actual event semantic, here move and resize, is processed before the event is send.
- See Also:
- Serialized Form
EVENT_WINDOW_RESIZED
public static final int EVENT_WINDOW_RESIZED
- See Also:
- Constant Field Values
EVENT_WINDOW_MOVED
public static final int EVENT_WINDOW_MOVED
- See Also:
- Constant Field Values
EVENT_WINDOW_DESTROY_NOTIFY
public static final int EVENT_WINDOW_DESTROY_NOTIFY
- See Also:
- Constant Field Values
EVENT_WINDOW_GAINED_FOCUS
public static final int EVENT_WINDOW_GAINED_FOCUS
- See Also:
- Constant Field Values
EVENT_WINDOW_LOST_FOCUS
public static final int EVENT_WINDOW_LOST_FOCUS
- See Also:
- Constant Field Values
EVENT_WINDOW_REPAINT
public static final int EVENT_WINDOW_REPAINT
- See Also:
- Constant Field Values
EVENT_WINDOW_DESTROYED
public static final int EVENT_WINDOW_DESTROYED
- See Also:
- Constant Field Values
WindowEvent
public WindowEvent(int eventType,
Object source,
long when)
getEventTypeString
public static String getEventTypeString(int type)
toString
public String toString()
- Overrides:
toString
in class NEWTEvent
Copyright 2010 JogAmp Community.