Uses of Interface
org.apache.mina.statemachine.transition.SelfTransition
Packages that use SelfTransition
-
Uses of SelfTransition in org.apache.mina.statemachine
Fields in org.apache.mina.statemachine with type parameters of type SelfTransitionModifier and TypeFieldDescriptionprivate List<SelfTransition> State.onEntriesThe list of entry transitions on a stateprivate List<SelfTransition> State.onExitsThe list of exit transition from a stateMethods in org.apache.mina.statemachine that return types with arguments of type SelfTransitionModifier and TypeMethodDescriptionState.getOnEntrySelfTransitions()State.getOnExitSelfTransitions()Methods in org.apache.mina.statemachine with parameters of type SelfTransitionModifier and TypeMethodDescription(package private) StateState.addOnEntrySelfTransaction(SelfTransition onEntrySelfTransaction) Adds an entrySelfTransitionto thisState(package private) StateState.addOnExitSelfTransaction(SelfTransition onExitSelfTransaction) Adds an exitSelfTransitionto thisState -
Uses of SelfTransition in org.apache.mina.statemachine.transition
Classes in org.apache.mina.statemachine.transition that implement SelfTransitionModifier and TypeClassDescriptionclassAbstractSelfTransitionimplementation.classSelfTransitionwhich invokes aMethod.