com.jogamp.newt.event
Class WindowAdapter

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

public abstract class WindowAdapter
extends Object
implements WindowListener


Field Summary
 
Fields inherited from interface com.jogamp.newt.event.NEWTEventListener
KEY, MOUSE, SURFACE, WINDOW
 
Constructor Summary
WindowAdapter()
           
 
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

WindowAdapter

public WindowAdapter()
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.