Uses of Interface
repast.simphony.statecharts.StateAction
-
Uses of StateAction in repast.simphony.statecharts
Modifier and TypeFieldDescriptionprotected StateAction<T>
AbstractStateBuilder.onEnter
protected StateAction<T>
AbstractStateBuilder.onExit
Modifier and TypeMethodDescriptionprotected void
AbstractState.registerOnEnter
(StateAction<T> onEnter) void
AbstractStateBuilder.registerOnEnter
(StateAction<T> onEnter) void
BranchStateBuilder.registerOnEnter
(StateAction<T> onEnter) protected void
AbstractState.registerOnExit
(StateAction<T> onExit) void
AbstractStateBuilder.registerOnExit
(StateAction<T> onExit) void
BranchStateBuilder.registerOnExit
(StateAction<T> onExit) void
FinalStateBuilder.registerOnExit
(StateAction<T> onExit) void
HistoryStateBuilder.registerOnExit
(StateAction<T> onExit)