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

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

Introduction

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

The text is from its open source code.

Implementation

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

Method

voidaddActionListener(ActionListener listener)
Adds the action listener.
TransitionKindgetKind()
Gets the transition kind.
StategetSource()
Gets the source state of this transition.
StategetTarget()
Gets the target state of this transition.
TriggergetTrigger()
Gets the transition trigger.
Monotransit(StateContext context)
Transit this transition with a give state context.