|
NextApp Echo3 v3.0.rc1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WindowPaneControlListener
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 |
|---|
void windowPaneMaximized(WindowPaneEvent e)
WindowPane has been maximized (or de-maximized) by the user.
e - the WindowPaneEvent describing the changevoid windowPaneMinimized(WindowPaneEvent e)
WindowPane has been minimized by the user.
e - the WindowPaneEvent describing the change
|
NextApp Echo3 v3.0.rc1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||