Package io.github.frizman21.common.sm
Interface Activity
- All Superinterfaces:
Runnable
- All Known Subinterfaces:
PersistentActivity
- All Known Implementing Classes:
AbstractActivity,CancelTimeoutActivity,TimeoutActivity
An activity is run upon entering a state. They are run serially. The run() function should
return in a timely fasion - as it is holding up any other state processing.
- Author:
- Mike Frizzell
-
Method Summary
Modifier and TypeMethodDescriptiongetName()voidinit(Properties props) voidsetStateMachine(StateMachine machine)
-
Method Details
-
getName
String getName() -
setStateMachine
-
init
- Throws:
ConfigException
-