-
public class ActivationStateMachine
-
-
Nested Class Summary
-
Field Summary
Fields Modifier and Type Field Description public ActivationStateMachine.Statecurrentpublic ArrayDeque<ActivationStateMachine.Event>pendingEvents
-
Constructor Summary
Constructors Constructor Description ActivationStateMachine(ActivationContext activationContext)
-
Method Summary
Modifier and Type Method Description synchronized booleanhandleEvent(ActivationStateMachine.Event event)booleanreset()-
-
Constructor Detail
-
ActivationStateMachine
ActivationStateMachine(ActivationContext activationContext)
-
-
Method Detail
-
handleEvent
synchronized boolean handleEvent(ActivationStateMachine.Event event)
-
reset
boolean reset()
-
-
-
-