See: Description
Class | Description |
---|---|
FirstExample |
Search "AnotherFSM" string in the input from user and exit the application
after it is entered.
|
SearchFsm |
State machine to search hard coded "AnotherFSM" string.
|
SearchFsmProcessor |
Listeners of the state machine.
|
SearchFsm
Defines structure of the state machine.SearchFsmProcessor
Defines listeners for the states and transitions.FirstExample
Defines main() method, passes data to the state machine.Copyright 2013 Michal Turek, AnotherFSM.