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 Details

    • NEWTWindowListener

      public NEWTWindowListener()
  • Method Details

    • windowGainedFocus

      public void windowGainedFocus(com.jogamp.newt.event.WindowEvent arg0)
      Specified by:
      windowGainedFocus in interface com.jogamp.newt.event.WindowListener
    • windowLostFocus

      public void windowLostFocus(com.jogamp.newt.event.WindowEvent arg0)
      Specified by:
      windowLostFocus in interface com.jogamp.newt.event.WindowListener
    • windowDestroyNotify

      public void windowDestroyNotify(com.jogamp.newt.event.WindowEvent arg0)
      Specified by:
      windowDestroyNotify in interface com.jogamp.newt.event.WindowListener
    • windowDestroyed

      public void windowDestroyed(com.jogamp.newt.event.WindowEvent arg0)
      Specified by:
      windowDestroyed in interface com.jogamp.newt.event.WindowListener
    • windowMoved

      public void windowMoved(com.jogamp.newt.event.WindowEvent arg0)
      Specified by:
      windowMoved in interface com.jogamp.newt.event.WindowListener
    • windowRepaint

      public void windowRepaint(com.jogamp.newt.event.WindowUpdateEvent arg0)
      Specified by:
      windowRepaint in interface com.jogamp.newt.event.WindowListener
    • windowResized

      public void windowResized(com.jogamp.newt.event.WindowEvent arg0)
      Specified by:
      windowResized in interface com.jogamp.newt.event.WindowListener