Module eu.hansolo.toolbox
Package eu.hansolo.toolbox.statemachine
Interface StateMachine<T extends State>
public interface StateMachine<T extends State>
-
Method Summary
-
Method Details
-
getState
State getState() -
setState
- Throws:
StateChangeException
-
stateProperty
ObjectProperty<T> stateProperty()
-