Known Direct Subclasses
|
Class Overview
Wraps an FSM Action to correctly cast event and entity to a
Message and FSMConversation respectively, and provide the
#processMessage(Message, FSMConversation) method to perform the
required actions with these objects.
Public Constructors
Public Methods
public
void
execute
(Object event, Object entity, Transition transition)
Executes this action for the Transition transition
caused by event.
Parameters
| event
| the event which caused this transition. |
| entity
| Entity object for this FSM. |
| transition
| transition being taken.
|