public interface SelfTransition
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(StateContext stateContext,
State state)
Executes this
SelfTransition. |
boolean execute(StateContext stateContext, State state)
SelfTransition.stateContext - The context in which we are executing the transitionstate - The current statetrue if the execution succeeded, false otherwise.Copyright © 2004–2023 Apache MINA Project. All rights reserved.