public abstract class AbstractSelfTransition extends Object implements SelfTransition
SelfTransition implementation.| Constructor and Description |
|---|
AbstractSelfTransition()
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract boolean |
doExecute(StateContext stateContext,
State state)
Executes this
SelfTransition. |
boolean |
execute(StateContext stateContext,
State state)
Executes this
SelfTransition. |
protected abstract boolean doExecute(StateContext stateContext, State state)
SelfTransition.true if the SelfTransition has been executed
successfullypublic boolean execute(StateContext stateContext, State state)
SelfTransitionSelfTransition.execute in interface SelfTransitiontrue if the SelfTransition was executed,
false otherwise.Copyright © 2004–2017 Apache MINA Project. All rights reserved.