|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Alerter
Implementations of this interface define alert mechanisms based on the Operating System Spark is running on.
Method Summary | |
---|---|
void |
flashWindow(java.awt.Window window)
Flash the window. |
void |
flashWindowStopWhenFocused(java.awt.Window window)
Start the flashing of the given window, but stop flashing when the window takes focus. |
boolean |
handleNotification()
Return true if this Alerter should handle the alert request. |
void |
stopFlashing(java.awt.Window window)
Stop the flashing of the given window. |
Method Detail |
---|
void flashWindow(java.awt.Window window)
window
- the window to flash.void flashWindowStopWhenFocused(java.awt.Window window)
window
- the window to start flashing.void stopFlashing(java.awt.Window window)
window
- the window to stop flashing.boolean handleNotification()
Alerter
should handle the alert request.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |