Uses of Package
org.apache.mina.statemachine.context
-
Classes in org.apache.mina.statemachine.context used by org.apache.mina.statemachine Class Description StateContext StateContextobjects are used to store the currentStateand any application specific attributes for a specific client of aStateMachine.StateContextLookup Lookups aStateContextfrom a collection of event arguments. -
Classes in org.apache.mina.statemachine.context used by org.apache.mina.statemachine.context Class Description AbstractStateContext AbstractStateContextwhich uses aMapto store the attributes.AbstractStateContextLookup AbstractStateContextLookupimplementation.StateContext StateContextobjects are used to store the currentStateand any application specific attributes for a specific client of aStateMachine.StateContextFactory Factory which createsStateContextinstances.StateContextLookup Lookups aStateContextfrom a collection of event arguments. -
Classes in org.apache.mina.statemachine.context used by org.apache.mina.statemachine.event Class Description StateContext StateContextobjects are used to store the currentStateand any application specific attributes for a specific client of aStateMachine. -
Classes in org.apache.mina.statemachine.context used by org.apache.mina.statemachine.transition Class Description StateContext StateContextobjects are used to store the currentStateand any application specific attributes for a specific client of aStateMachine.