| Package | Description |
|---|---|
| org.mobicents.commons.event | |
| org.mobicents.commons.fsm |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EventHandler.accept(Event<?> event) |
void |
EventBus.emit(Event<?> event) |
void |
EventHandler.handle(Event<?> event) |
| Modifier and Type | Method and Description |
|---|---|
Event<?> |
TransitionFailedException.getEvent() |
Event<?> |
TransitionNotFoundException.getEvent() |
| Modifier and Type | Method and Description |
|---|---|
<T> boolean |
Condition.accept(Event<T> event,
Transition transition) |
<T> void |
Action.execute(Event<T> event,
State state) |
protected <T> void |
FiniteStateMachine.transition(Event<T> event,
State state) |
| Constructor and Description |
|---|
TransitionFailedException(String message,
Event<?> event,
Transition transition) |
TransitionNotFoundException(String message,
Event<?> event,
State state) |
Copyright © 2016. All rights reserved.