@Deprecated public interface SubsystemMonitorEvents extends EventSourceEvents
SubsystemMonitor
Modifier and Type | Method and Description |
---|---|
void |
destroyed(SubsystemMonitor ssm)
Deprecated.
The subsystem is it-self being destroyed.
|
void |
subsystemIsDead(SubsystemMonitor ssm)
Deprecated.
The subsystem is now dead.
|
void |
subsystemIsFresh(SubsystemMonitor ssm)
Deprecated.
The subsystem is now fresh.
|
void |
subsystemIsStale(SubsystemMonitor ssm)
Deprecated.
The subsystem is now stale.
|
listenerCountChanged, listenerExceptionThrown, unexpectedException
void subsystemIsFresh(SubsystemMonitor ssm)
ssm
- The subsystem monitor which generated this event.void subsystemIsStale(SubsystemMonitor ssm)
ssm
- The subsystem monitor which generated this event.void subsystemIsDead(SubsystemMonitor ssm)
ssm
- The subsystem monitor which generated this event.void destroyed(SubsystemMonitor ssm)
ssm
- The subsystem monitor which generated this event.