|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.mina.statemachine.transition.AbstractSelfTransition
public abstract class AbstractSelfTransition
Abstract SelfTransition
implementation.
Constructor Summary | |
---|---|
AbstractSelfTransition()
Creates a new instance |
Method Summary | |
---|---|
protected abstract boolean |
doExecute(StateContext stateContext,
State state)
Executes this SelfTransition . |
boolean |
execute(StateContext stateContext,
State state)
Executes this SelfTransition . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractSelfTransition()
Method Detail |
---|
protected abstract boolean doExecute(StateContext stateContext, State state)
SelfTransition
.
true
if the SelfTransition
has been executed
successfullypublic boolean execute(StateContext stateContext, State state)
SelfTransition
SelfTransition
.
execute
in interface SelfTransition
true
if the SelfTransition
was executed,
false
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |