public interface NativeHandler
Modifier and Type | Method and Description |
---|---|
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.
|
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.