Download robotlegs utilities StateMachine Free Java Code
Description
Finite State Machine for Robotlegs (ported from Pure MVC Utility of the same name).
Source Files
The download file robotlegs-utilities-StateMachine-master.zip has the following entries.
.gitignore/* w ww . j a v a2s. co m*/
LICENSE
StateMachine/.actionScriptProperties
StateMachine/.flexLibProperties
StateMachine/.project
StateMachine/.settings/org.eclipse.core.resources.prefs
StateMachine/StateMachine.iml
StateMachine/bin/RobotlegsStateMachine.swc
StateMachine/bin/robotlegs-utilities-StateMachine.swc
StateMachine/src/org/robotlegs/utilities/statemachine/FSMInjector.as
StateMachine/src/org/robotlegs/utilities/statemachine/State.as
StateMachine/src/org/robotlegs/utilities/statemachine/StateEvent.as
StateMachine/src/org/robotlegs/utilities/statemachine/StateMachine.as
StateMachineExamples/SimpleStateMachineMVCS/.settings/org.eclipse.core.resources.prefs
StateMachineExamples/SimpleStateMachineMVCS/bin-debug/.svn/all-wcprops
StateMachineExamples/SimpleStateMachineMVCS/bin-debug/.svn/entries
StateMachineExamples/SimpleStateMachineMVCS/bin-debug/.svn/prop-base/index.html.svn-base
StateMachineExamples/SimpleStateMachineMVCS/bin-debug/.svn/prop-base/playerProductInstall.swf.svn-base
StateMachineExamples/SimpleStateMachineMVCS/bin-debug/.svn/prop-base/swfobject.js.svn-base
StateMachineExamples/SimpleStateMachineMVCS/bin-debug/.svn/text-base/index.html.svn-base
StateMachineExamples/SimpleStateMachineMVCS/bin-debug/.svn/text-base/playerProductInstall.swf.svn-base
StateMachineExamples/SimpleStateMachineMVCS/bin-debug/.svn/text-base/swfobject.js.svn-base
StateMachineExamples/SimpleStateMachineMVCS/bin-debug/SimpleStateMachineMVCS.html
StateMachineExamples/SimpleStateMachineMVCS/bin-debug/SimpleStateMachineMVCS.swf
StateMachineExamples/SimpleStateMachineMVCS/bin-debug/history/.svn/all-wcprops
StateMachineExamples/SimpleStateMachineMVCS/bin-debug/history/.svn/entries
StateMachineExamples/SimpleStateMachineMVCS/bin-debug/history/.svn/prop-base/history.css.svn-base
StateMachineExamples/SimpleStateMachineMVCS/bin-debug/history/.svn/prop-base/history.js.svn-base
StateMachineExamples/SimpleStateMachineMVCS/bin-debug/history/.svn/prop-base/historyFrame.html.svn-base
StateMachineExamples/SimpleStateMachineMVCS/bin-debug/history/.svn/text-base/history.css.svn-base
StateMachineExamples/SimpleStateMachineMVCS/bin-debug/history/.svn/text-base/history.js.svn-base
StateMachineExamples/SimpleStateMachineMVCS/bin-debug/history/.svn/text-base/historyFrame.html.svn-base
StateMachineExamples/SimpleStateMachineMVCS/bin-debug/history/history.css
StateMachineExamples/SimpleStateMachineMVCS/bin-debug/history/history.js
StateMachineExamples/SimpleStateMachineMVCS/bin-debug/history/historyFrame.html
StateMachineExamples/SimpleStateMachineMVCS/bin-debug/playerProductInstall.swf
StateMachineExamples/SimpleStateMachineMVCS/bin-debug/swfobject.js
StateMachineExamples/SimpleStateMachineMVCS/html-template/.svn/all-wcprops
StateMachineExamples/SimpleStateMachineMVCS/html-template/.svn/entries
StateMachineExamples/SimpleStateMachineMVCS/html-template/.svn/prop-base/index.template.html.svn-base
StateMachineExamples/SimpleStateMachineMVCS/html-template/.svn/prop-base/playerProductInstall.swf.svn-base
StateMachineExamples/SimpleStateMachineMVCS/html-template/.svn/prop-base/swfobject.js.svn-base
StateMachineExamples/SimpleStateMachineMVCS/html-template/.svn/text-base/index.template.html.svn-base
StateMachineExamples/SimpleStateMachineMVCS/html-template/.svn/text-base/playerProductInstall.swf.svn-base
StateMachineExamples/SimpleStateMachineMVCS/html-template/.svn/text-base/swfobject.js.svn-base
StateMachineExamples/SimpleStateMachineMVCS/html-template/history/.svn/all-wcprops
StateMachineExamples/SimpleStateMachineMVCS/html-template/history/.svn/entries
StateMachineExamples/SimpleStateMachineMVCS/html-template/history/.svn/prop-base/history.css.svn-base
StateMachineExamples/SimpleStateMachineMVCS/html-template/history/.svn/prop-base/history.js.svn-base
StateMachineExamples/SimpleStateMachineMVCS/html-template/history/.svn/prop-base/historyFrame.html.svn-base
StateMachineExamples/SimpleStateMachineMVCS/html-template/history/.svn/text-base/history.css.svn-base
StateMachineExamples/SimpleStateMachineMVCS/html-template/history/.svn/text-base/history.js.svn-base
StateMachineExamples/SimpleStateMachineMVCS/html-template/history/.svn/text-base/historyFrame.html.svn-base
StateMachineExamples/SimpleStateMachineMVCS/html-template/history/history.css
StateMachineExamples/SimpleStateMachineMVCS/html-template/history/history.js
StateMachineExamples/SimpleStateMachineMVCS/html-template/history/historyFrame.html
StateMachineExamples/SimpleStateMachineMVCS/html-template/index.template.html
StateMachineExamples/SimpleStateMachineMVCS/html-template/playerProductInstall.swf
StateMachineExamples/SimpleStateMachineMVCS/html-template/swfobject.js
StateMachineExamples/SimpleStateMachineMVCS/src/SimpleStateMachineMVCS.mxml
StateMachineExamples/SimpleStateMachineMVCS/src/org/robotlegs/examples/simplestate/SimpleStateContext.as
StateMachineExamples/SimpleStateMachineMVCS/src/org/robotlegs/examples/simplestate/StateMachineBootstrapConstants.as
StateMachineExamples/SimpleStateMachineMVCS/src/org/robotlegs/examples/simplestate/controller/bootstrap/BoostrapFailCommand.as
StateMachineExamples/SimpleStateMachineMVCS/src/org/robotlegs/examples/simplestate/controller/bootstrap/CheckExistingCredentialsCommand.as
StateMachineExamples/SimpleStateMachineMVCS/src/org/robotlegs/examples/simplestate/controller/bootstrap/ConfigureStateMachineCommand.as
StateMachineExamples/SimpleStateMachineMVCS/src/org/robotlegs/examples/simplestate/controller/bootstrap/DisplayApplicationCommand.as
StateMachineExamples/SimpleStateMachineMVCS/src/org/robotlegs/examples/simplestate/controller/bootstrap/LoginCommand.as
StateMachineExamples/SimpleStateMachineMVCS/src/org/robotlegs/examples/simplestate/controller/bootstrap/RetryLoginCommand.as
StateMachineExamples/SimpleStateMachineMVCS/src/org/robotlegs/examples/simplestate/model/CredentialsModel.as
StateMachineTest/.actionScriptProperties
StateMachineTest/.flexProperties
StateMachineTest/.project
StateMachineTest/.settings/org.eclipse.core.resources.prefs
StateMachineTest/bin-debug/StateMachineTest.html
StateMachineTest/bin-debug/StateMachineTest.swf
StateMachineTest/html-template/AC_OETags.js
StateMachineTest/html-template/history/history.css
StateMachineTest/html-template/history/history.js
StateMachineTest/html-template/history/historyFrame.html
StateMachineTest/html-template/index.template.html
StateMachineTest/html-template/playerProductInstall.swf
StateMachineTest/libs/FlexUnit4.swc
StateMachineTest/libs/FlexUnit4UIRunner.swc
StateMachineTest/src/StateMachineTest.mxml
StateMachineTest/src/org/robotlegs/utilities/statemachine/tests/StateMachineTestSuite.as
StateMachineTest/src/org/robotlegs/utilities/statemachine/tests/cases/StateMachineTests.as
Download
Click the following link to download robotlegs-utilities-StateMachine-master.zip.
robotlegs-utilities-StateMachine-master.zip