Package com.jogamp.newt.event
Class WindowAdapter
java.lang.Object
com.jogamp.newt.event.WindowAdapter
- All Implemented Interfaces:
NEWTEventListener,WindowListener,EventListener
- Direct Known Subclasses:
NEWTDemoListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidWindow has been destroyed.voidWindow destruction has been requested.voidWindow gained focus.voidWindow lost focus.voidWindow has been moved.voidWindow area shall be repainted.voidWindow is resized, your application shall respect the new window dimension.
-
Constructor Details
-
WindowAdapter
public WindowAdapter()
-
-
Method Details
-
windowResized
Description copied from interface:WindowListenerWindow is resized, your application shall respect the new window dimension. A repaint is recommended.- Specified by:
windowResizedin interfaceWindowListener
-
windowMoved
Description copied from interface:WindowListenerWindow has been moved.- Specified by:
windowMovedin interfaceWindowListener
-
windowDestroyNotify
Description copied from interface:WindowListenerWindow destruction has been requested.Depending on the
In case the window will be destroyed (see above), release of resources is recommended.default close operation, the window maybe destroyed or not.- Specified by:
windowDestroyNotifyin interfaceWindowListener
-
windowDestroyed
Description copied from interface:WindowListenerWindow has been destroyed.- Specified by:
windowDestroyedin interfaceWindowListener
-
windowGainedFocus
Description copied from interface:WindowListenerWindow gained focus.- Specified by:
windowGainedFocusin interfaceWindowListener
-
windowLostFocus
Description copied from interface:WindowListenerWindow lost focus.- Specified by:
windowLostFocusin interfaceWindowListener
-
windowRepaint
Description copied from interface:WindowListenerWindow area shall be repainted.- Specified by:
windowRepaintin interfaceWindowListener
-