Package processing.opengl
Class PSurfaceJOGL.NEWTWindowListener
java.lang.Object
processing.opengl.PSurfaceJOGL.NEWTWindowListener
- All Implemented Interfaces:
com.jogamp.newt.event.NEWTEventListener,com.jogamp.newt.event.WindowListener,EventListener
- Enclosing class:
- PSurfaceJOGL
protected class PSurfaceJOGL.NEWTWindowListener
extends Object
implements com.jogamp.newt.event.WindowListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwindowDestroyed(com.jogamp.newt.event.WindowEvent arg0) voidwindowDestroyNotify(com.jogamp.newt.event.WindowEvent arg0) voidwindowGainedFocus(com.jogamp.newt.event.WindowEvent arg0) voidwindowLostFocus(com.jogamp.newt.event.WindowEvent arg0) voidwindowMoved(com.jogamp.newt.event.WindowEvent arg0) voidwindowRepaint(com.jogamp.newt.event.WindowUpdateEvent arg0) voidwindowResized(com.jogamp.newt.event.WindowEvent arg0)
-
Constructor Details
-
NEWTWindowListener
public NEWTWindowListener()
-
-
Method Details
-
windowGainedFocus
public void windowGainedFocus(com.jogamp.newt.event.WindowEvent arg0) - Specified by:
windowGainedFocusin interfacecom.jogamp.newt.event.WindowListener
-
windowLostFocus
public void windowLostFocus(com.jogamp.newt.event.WindowEvent arg0) - Specified by:
windowLostFocusin interfacecom.jogamp.newt.event.WindowListener
-
windowDestroyNotify
public void windowDestroyNotify(com.jogamp.newt.event.WindowEvent arg0) - Specified by:
windowDestroyNotifyin interfacecom.jogamp.newt.event.WindowListener
-
windowDestroyed
public void windowDestroyed(com.jogamp.newt.event.WindowEvent arg0) - Specified by:
windowDestroyedin interfacecom.jogamp.newt.event.WindowListener
-
windowMoved
public void windowMoved(com.jogamp.newt.event.WindowEvent arg0) - Specified by:
windowMovedin interfacecom.jogamp.newt.event.WindowListener
-
windowRepaint
public void windowRepaint(com.jogamp.newt.event.WindowUpdateEvent arg0) - Specified by:
windowRepaintin interfacecom.jogamp.newt.event.WindowListener
-
windowResized
public void windowResized(com.jogamp.newt.event.WindowEvent arg0) - Specified by:
windowResizedin interfacecom.jogamp.newt.event.WindowListener
-