|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MDIClientListener
The listener interface for receiving MDI client events.
| Method Summary | |
|---|---|
void |
frameActivated(MDIClientEvent e)
Notifies that a container has been activated within the MDI client. |
void |
frameClosed(MDIClientEvent e)
Notifies that a container has been closed within the MDI client. |
void |
frameClosing(MDIClientEvent e)
Notifies that a container is being closed within the MDI client. |
void |
frameDeactivated(MDIClientEvent e)
Notifies that a container has been deactivated within the MDI client. |
| Method Detail |
|---|
void frameActivated(MDIClientEvent e)
e - The associated event.void frameDeactivated(MDIClientEvent e)
e - The associated event.void frameClosed(MDIClientEvent e)
e - The associated event.void frameClosing(MDIClientEvent e)
e - The associated event.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||