T - The type of the events in the statechartpublic abstract class Action<T extends Event>
extends java.lang.Object
| Constructor and Description |
|---|
Action() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
execute(T event,
Transition<T> transition,
Statechart<T> statechart)
Executes the action
|
public abstract void execute(T event, Transition<T> transition, Statechart<T> statechart) throws ActionException
event - The event that fires the transition to which
this action is associatedtransition - The transition to which this action is associatedstatechart - The statechart this transition belongs toActionExceptionCopyright © Sylvain HallĂ©. All Rights Reserved.