Java org.springframework.statemachine.state State fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.statemachine.state State fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.statemachine.state State.

The text is from its open source code.

Implementation

org.springframework.statemachine.state.State has the following implementations.
Click this link to see all its implementation.

Method

voidaddActionListener(ActionListener listener)
Adds the action listener.
Monoentry(StateContext context)
Initiate an entry sequence for the state.
booleanequals(Object obj)
Indicates whether some other object is "equal to" this one.
Monoexit(StateContext context)
Initiate an exit sequence for the state.
SgetId()
Gets the state identifier.
CollectiongetIds()
Gets the state identifiers.
PseudoStategetPseudoState()
Gets a PseudoState attached to a State .
Collection>getStates()
Gets all possible states this state knows about including itself and substates.
booleanisOrthogonal()
Checks if state is an orthogonal state.
booleanisSubmachineState()
Checks if state is a submachine state.
booleanshouldDefer(Message event)
Checks if state wants to defer an event.
StringtoString()
Returns a string representation of the object.