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

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

Introduction

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

The text is from its open source code.

Implementation

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

Method

voidaddPseudoStateListener(PseudoStateListener listener)
Registers a new PseudoStateListener .
voidexit(StateContext context)
Initiate an exit sequence for the state.