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

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

Introduction

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

The text is from its open source code.

Implementation

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

Method

voidaddStateListener(StateMachineListener listener)
Adds the state listener.
ExtendedStategetExtendedState()
Gets the state machine extended state.
StategetState()
Gets the current State .
StateMachineAccessorgetStateMachineAccessor()
Gets the state machine accessor.
Collection>getStates()
Gets the State s defined in this region.
UUIDgetUuid()
Gets the region and state machine unique id.
booleanisComplete()
Checks if region complete.
booleansendEvent(Message event)
Send an event E wrapped with a Message to the region.
voidstart()
Start the region.