| Package | Description |
|---|---|
| org.micromanager.alerts |
| Modifier and Type | Interface and Description |
|---|---|
interface |
UpdatableAlert
UpdatableAlerts are Alerts whose message texts can be changed after they have
been posted.
|
| Modifier and Type | Method and Description |
|---|---|
Alert |
AlertManager.postAlert(java.lang.String title,
java.lang.Class<?> group,
java.lang.String text)
Send notification of a specific event.
|