Package org.metricshub.ipmi.core.sm
Interface MachineObserver
- All Known Implementing Classes:
Connection
public interface MachineObserver
An interface for listener of the
StateMachine
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
notify
(StateMachineAction action) Notifies observer of action performed by the State Machine.
-
Method Details
-
notify
Notifies observer of action performed by the State Machine.- Parameters:
action
- - action performed
-