public static class RMNodeImpl.DeactivateNodeTransition extends Object implements SingleArcTransition<RMNodeImpl,RMNodeEvent>
Constructor and Description |
---|
RMNodeImpl.DeactivateNodeTransition(NodeState finalState) |
Modifier and Type | Method and Description |
---|---|
void |
transition(RMNodeImpl rmNode,
RMNodeEvent event)
Transition hook.
|
public RMNodeImpl.DeactivateNodeTransition(NodeState finalState)
public void transition(RMNodeImpl rmNode, RMNodeEvent event)
SingleArcTransition
transition
in interface SingleArcTransition<RMNodeImpl,RMNodeEvent>
rmNode
- the entity attached to the FSM, whose internal
state may change.event
- causal eventCopyright © 2013 Apache Software Foundation. All rights reserved.