public class NativeManager
extends java.lang.Object
Constructor and Description |
---|
NativeManager() |
Modifier and Type | Method and Description |
---|---|
void |
addNativeHandler(NativeHandler nativeHandler)
Adds an alert.
|
void |
flashWindow(java.awt.Window window)
Flash the given window.
|
void |
flashWindowStopOnFocus(java.awt.Window window)
Flash the given window, but stop flashing when the window takes focus.
|
void |
removeNativeHandler(NativeHandler nativeHandler)
Removes an alerter.
|
void |
stopFlashing(java.awt.Window window)
Stop the flashing of the window.
|
public void addNativeHandler(NativeHandler nativeHandler)
nativeHandler
- the Alerter to add.public void removeNativeHandler(NativeHandler nativeHandler)
nativeHandler
- the alerter to remove.public void flashWindow(java.awt.Window window)
window
- the window to flash.public void flashWindowStopOnFocus(java.awt.Window window)
window
- the window to start flashing.public void stopFlashing(java.awt.Window window)
window
- the window to stop flashing.