Class DefaultExternalTransitionConfigurer<S,E>

Type Parameters:
S - the type of state
E - the type of event
All Implemented Interfaces:
AnnotationConfigurer<TransitionsData<S,E>,StateMachineTransitionBuilder<S,E>>, AnnotationConfigurerBuilder<StateMachineTransitionConfigurer<S,E>>, ExternalTransitionConfigurer<S,E>, TransitionConfigurer<ExternalTransitionConfigurer<S,E>,S,E>

public class DefaultExternalTransitionConfigurer<S,E> extends AbstractTransitionConfigurer<S,E> implements ExternalTransitionConfigurer<S,E>
Default implementation of a ExternalTransitionConfigurer.
Author:
Janne Valkealahti