NextApp Echo3
v3.0.b4

nextapp.echo.app.event
Interface WindowPaneListener

All Superinterfaces:
java.util.EventListener, java.io.Serializable

public interface WindowPaneListener
extends java.util.EventListener, java.io.Serializable

Listener interface for receiving WindowPaneEvents.


Method Summary
 void windowPaneClosing(WindowPaneEvent e)
          Invoked when a user attempts to close a WindowPane.
 

Method Detail

windowPaneClosing

void windowPaneClosing(WindowPaneEvent e)
Invoked when a user attempts to close a WindowPane.

Parameters:
e - the WindowPaneEvent describing the change

NextApp Echo3
v3.0.b4