Package org.chenile.stm
Interface STMInternalTransitionInvoker<StateEntityType extends StateEntity>
- All Known Implementing Classes:
STMImpl.STMInternalTransitionInvokerImpl
public interface STMInternalTransitionInvoker<StateEntityType extends StateEntity>
An interface that is available for the STM Transition action.
It is the only way to invoke actions that are available only for other STMs.
- Author:
- rajakolluru
-
Method Summary
Modifier and TypeMethodDescriptionproceed
(STM<StateEntityType> stm, StateEntityType stateEntityType, String startingEventId, Object actionParam)
-
Method Details
-
proceed
StateEntityType proceed(STM<StateEntityType> stm, StateEntityType stateEntityType, String startingEventId, Object actionParam) throws Exception - Throws:
Exception
-