Interface Activity

All Superinterfaces:
Runnable
All Known Subinterfaces:
PersistentActivity
All Known Implementing Classes:
AbstractActivity, CancelTimeoutActivity, TimeoutActivity

public interface Activity extends Runnable
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