NextApp Echo3
v3.0.rc1

nextapp.echo.app.event
Interface WindowPaneListener

All Superinterfaces:
java.util.EventListener, java.io.Serializable
All Known Subinterfaces:
WindowPaneControlListener

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

Listener interface for receiving WindowPaneEvents.


Method Summary
 void windowPaneClosing(WindowPaneEvent e)
          Invoked when a WindowPane is being closed.
 

Method Detail

windowPaneClosing

void windowPaneClosing(WindowPaneEvent e)
Invoked when a WindowPane is being closed.

Parameters:
e - the WindowPaneEvent describing the change

NextApp Echo3
v3.0.rc1