NextApp Echo3
v3.0.rc1

nextapp.echo.app.event
Interface WindowPaneControlListener

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

public interface WindowPaneControlListener
extends WindowPaneListener

Advanced listener interface for receiving WindowPaneEvents. Supports additional controls, e.g., maximize and minimize.


Method Summary
 void windowPaneMaximized(WindowPaneEvent e)
          Invoked when a WindowPane has been maximized (or de-maximized) by the user.
 void windowPaneMinimized(WindowPaneEvent e)
          Invoked when a WindowPane has been minimized by the user.
 
Methods inherited from interface nextapp.echo.app.event.WindowPaneListener
windowPaneClosing
 

Method Detail

windowPaneMaximized

void windowPaneMaximized(WindowPaneEvent e)
Invoked when a WindowPane has been maximized (or de-maximized) by the user.

Parameters:
e - the WindowPaneEvent describing the change

windowPaneMinimized

void windowPaneMinimized(WindowPaneEvent e)
Invoked when a WindowPane has been minimized by the user.

Parameters:
e - the WindowPaneEvent describing the change

NextApp Echo3
v3.0.rc1