Interface ButtonState<ST>
- Type Parameters:
ST
- the generic type of the state machine object
- All Known Implementing Classes:
ButtonStateMachine
public interface ButtonState<ST>
The interface
ButtonState
represents a state in a button state machine.