com.jogamp.newt.event
Class TraceWindowAdapter
java.lang.Object
com.jogamp.newt.event.TraceWindowAdapter
- All Implemented Interfaces:
- NEWTEventListener, WindowListener, EventListener
public class TraceWindowAdapter
- extends Object
- implements WindowListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TraceWindowAdapter
public TraceWindowAdapter()
TraceWindowAdapter
public TraceWindowAdapter(WindowListener downstream)
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.