com.droplets.api.event
Interface WindowCloseListener

All Superinterfaces:
java.util.EventListener

public interface WindowCloseListener
extends java.util.EventListener

Interface to be implemented by objects interested in being notified when a window is about to close. Note that the close cannot be vetoed -- in other words, there is nothing the listener can do to prevent the window from closing.


Method Summary
 void windowClosed(WindowCloseEvent event)
          Called when a window for which this object is registered is about to close.
 

Method Detail

windowClosed

public void windowClosed(WindowCloseEvent event)
Called when a window for which this object is registered is about to close.
Parameters:
event - the event


Copyright © Droplets, 2001. All Rights Reserved.