|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MinuetoWindowHandler
The MinuetoWindowHandler is an interface for receiving a window event
from a MinuetoWindow and handling it.
The class that will handle window events from MinuetoWindow must extend
the MinuetoWindowHandler interface. That class must be registered with
the MinuetoEventQueue.
An event is generated when the window is minimized/maximized, when it gets
or loses focus, or when the user tries to quit the application. That event,
in turn, invokes the appropriate handle method.
MinuetoEventQueue,
MinuetoWindow| Method Summary | |
|---|---|
void |
handleMinimizeWindow()
Invoked when the MinuetoWindow is minimized. |
void |
handleQuitRequest()
Invoked when the user tries to quit the application. |
void |
handleRestoreWindow()
Invoked when the MinuetoWindow is restored (from being minimized). |
| Methods inherited from interface org.minueto.handlers.MinuetoFocusHandler |
|---|
handleGetFocus, handleLostFocus |
| Method Detail |
|---|
void handleQuitRequest()
void handleMinimizeWindow()
void handleRestoreWindow()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||