| Modifier and Type | Interface and Description |
|---|---|
static interface |
StateMachine.DeferrableEvent |
| Modifier and Type | Method and Description |
|---|---|
void |
StateMachine.Fsm.sendEvent(StateMachine.Event e) |
void |
StateMachine.FsmImpl.sendEvent(StateMachine.Event e) |
Future<?> |
StateMachine.Fsm.sendEvent(StateMachine.Event e,
long delay,
TimeUnit unit) |
Future<?> |
StateMachine.FsmImpl.sendEvent(StateMachine.Event e,
long delay,
TimeUnit unit) |
Copyright © 2011–2020 Apache Software Foundation. All rights reserved.