com.sun.javafx.newt
Interface WindowListener

All Superinterfaces:
EventListener

public interface WindowListener
extends EventListener


Field Summary
 
Fields inherited from interface com.sun.javafx.newt.EventListener
KEY, MOUSE, 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 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.