Interface MachineObserver

All Known Implementing Classes:
Connection

public interface MachineObserver
An interface for listener of the StateMachine
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notifies observer of action performed by the State Machine.
  • Method Details

    • notify

      void notify(StateMachineAction action)
      Notifies observer of action performed by the State Machine.
      Parameters:
      action - - action performed