com.jogamp.newt.event
Class WindowAdapter
java.lang.Object
com.jogamp.newt.event.WindowAdapter
- All Implemented Interfaces:
- NEWTEventListener, WindowListener, EventListener
public abstract class WindowAdapter
- extends Object
- implements WindowListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WindowAdapter
public WindowAdapter()
windowResized
public void windowResized(WindowEvent e)
- Specified by:
windowResized
in interface WindowListener
windowMoved
public void windowMoved(WindowEvent e)
- Specified by:
windowMoved
in interface WindowListener
windowDestroyNotify
public void windowDestroyNotify(WindowEvent e)
- Specified by:
windowDestroyNotify
in interface WindowListener
windowGainedFocus
public void windowGainedFocus(WindowEvent e)
- Specified by:
windowGainedFocus
in interface WindowListener
windowLostFocus
public void windowLostFocus(WindowEvent e)
- Specified by:
windowLostFocus
in interface WindowListener
Copyright 2010 JogAmp Community.