S
- the type of stateE
- the type of eventpublic class DefaultExitTransitionConfigurer<S,E> extends AnnotationConfigurerAdapter<TransitionsData<S,E>,StateMachineTransitionConfigurer<S,E>,StateMachineTransitionBuilder<S,E>> implements ExitTransitionConfigurer<S,E>
ExitTransitionConfigurer
.Constructor and Description |
---|
DefaultExitTransitionConfigurer() |
Modifier and Type | Method and Description |
---|---|
void |
configure(StateMachineTransitionBuilder<S,E> builder)
Configure the
AnnotationBuilder by setting the necessary properties
on the AnnotationBuilder . |
ExitTransitionConfigurer<S,E> |
source(S source)
Specify a source state
S for this Transition . |
ExitTransitionConfigurer<S,E> |
target(S target)
Specify a target state
S for this Transition . |
addObjectPostProcessor, and, getBuilder, init, isAssignable, setBuilder
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
and
public void configure(StateMachineTransitionBuilder<S,E> builder) throws java.lang.Exception
AnnotationConfigurer
AnnotationBuilder
by setting the necessary properties
on the AnnotationBuilder
.configure
in interface AnnotationConfigurer<TransitionsData<S,E>,StateMachineTransitionBuilder<S,E>>
configure
in class AnnotationConfigurerAdapter<TransitionsData<S,E>,StateMachineTransitionConfigurer<S,E>,StateMachineTransitionBuilder<S,E>>
builder
- the builderjava.lang.Exception
- if error occurredpublic ExitTransitionConfigurer<S,E> source(S source)
ExitTransitionConfigurer
S
for this Transition
.source
in interface ExitTransitionConfigurer<S,E>
source
- the source state S
public ExitTransitionConfigurer<S,E> target(S target)
ExitTransitionConfigurer
S
for this Transition
.target
in interface ExitTransitionConfigurer<S,E>
target
- the target state S