|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jivesoftware.spark.AlertManager
public class AlertManager
The AlertManager handles the delegation of Alerting based.
| Constructor Summary | |
|---|---|
AlertManager()
|
|
| Method Summary | |
|---|---|
void |
addAlert(Alerter alerter)
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 |
removeAlert(Alerter alerter)
Removes an alerter. |
void |
stopFlashing(java.awt.Window window)
Stop the flashing of the window. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AlertManager()
| Method Detail |
|---|
public void addAlert(Alerter alerter)
alerter - the Alerter to add.public void removeAlert(Alerter alerter)
alerter - 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||