NextApp Echo2
v2.1.0

nextapp.echo2.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 Echo2
v2.1.0