com.jogamp.newt.event
Class TraceWindowAdapter

java.lang.Object
  extended by com.jogamp.newt.event.TraceWindowAdapter
All Implemented Interfaces:
NEWTEventListener, WindowListener, EventListener

public class TraceWindowAdapter
extends Object
implements WindowListener


Field Summary
 
Fields inherited from interface com.jogamp.newt.event.NEWTEventListener
KEY, MOUSE, SURFACE, WINDOW
 
Constructor Summary
TraceWindowAdapter()
           
TraceWindowAdapter(WindowListener downstream)
           
 
Method Summary
 void windowDestroyNotify(WindowEvent e)
           
 void windowGainedFocus(WindowEvent e)
           
 void windowLostFocus(WindowEvent e)
           
 void windowMoved(WindowEvent e)
           
 void windowResized(WindowEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TraceWindowAdapter

public TraceWindowAdapter()

TraceWindowAdapter

public TraceWindowAdapter(WindowListener downstream)
Method Detail

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.