Interface StateNotifier
-
- All Known Implementing Classes:
DummyStateNotifier
,FileStateNotifier
,SidecarStateNotifier
public interface StateNotifier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
init()
void
notify(StateManager.JPlatformState state, java.lang.String message)
boolean
notifyUnchangedState()
void
shutdown()
-
-
-
Method Detail
-
notify
void notify(StateManager.JPlatformState state, java.lang.String message) throws StateNotificationException
- Throws:
StateNotificationException
-
notifyUnchangedState
boolean notifyUnchangedState() throws StateNotificationException
- Throws:
StateNotificationException
-
init
void init() throws StateNotificationException
- Throws:
StateNotificationException
-
shutdown
void shutdown() throws StateNotificationException
- Throws:
StateNotificationException
-
-