@InterfaceAudience.Public
@InterfaceStability.Evolving
public interface MultipleArcTransition<OPERAND,EVENT,STATE extends Enum<STATE>>
Modifier and Type | Method and Description |
---|---|
STATE |
transition(OPERAND operand,
EVENT event)
Transition hook.
|
Copyright © 2008–2019 Apache Software Foundation. All rights reserved.