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 voidinit()voidnotify(StateManager.JPlatformState state, java.lang.String message)booleannotifyUnchangedState()voidshutdown()
-
-
-
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
-
-