com.jogamp.newt.event
Interface WindowListener

All Superinterfaces:
EventListener, NEWTEventListener
All Known Implementing Classes:
TraceWindowAdapter, WindowAdapter

public interface WindowListener
extends NEWTEventListener


Field Summary
 
Fields inherited from interface com.jogamp.newt.event.NEWTEventListener
KEY, MOUSE, SURFACE, WINDOW
 
Method Summary
 void windowDestroyNotify(WindowEvent e)
           
 void windowGainedFocus(WindowEvent e)
           
 void windowLostFocus(WindowEvent e)
           
 void windowMoved(WindowEvent e)
           
 void windowResized(WindowEvent e)
           
 

Method Detail

windowResized

void windowResized(WindowEvent e)

windowMoved

void windowMoved(WindowEvent e)

windowDestroyNotify

void windowDestroyNotify(WindowEvent e)

windowGainedFocus

void windowGainedFocus(WindowEvent e)

windowLostFocus

void windowLostFocus(WindowEvent e)


Copyright 2010 JogAmp Community.