public interface ActiveStatusListener
extends java.util.EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
busy(ActiveStatusEvent event)
Deprecated.
Invoked when the active status changes to busy.
|
void |
idle(ActiveStatusEvent event)
Deprecated.
Invoked when the active status changes to idle.
|
void busy(ActiveStatusEvent event)
event - The event.void idle(ActiveStatusEvent event)
event - The event.