| Modifier and Type | Method and Description |
|---|---|
void |
Observable.fireEvent(SquirrelEvent event)
Fire event to notify all observers
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSubject.fireEvent(SquirrelEvent event) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ActionExecutionService.ActionEvent<T extends StateMachine<T,S,E,C>,S,E,C>
Action execution event
|
static interface |
ActionExecutionService.AfterExecActionEvent<T extends StateMachine<T,S,E,C>,S,E,C> |
static interface |
ActionExecutionService.BeforeExecActionEvent<T extends StateMachine<T,S,E,C>,S,E,C> |
static interface |
ActionExecutionService.ExecActionExceptionEvent<T extends StateMachine<T,S,E,C>,S,E,C> |
static interface |
StateMachine.StartEvent<T extends StateMachine<T,S,E,C>,S,E,C> |
static interface |
StateMachine.StateMachineEvent<T extends StateMachine<T,S,E,C>,S,E,C> |
static interface |
StateMachine.StateMachineExceptionEvent<T extends StateMachine<T,S,E,C>,S,E,C> |
static interface |
StateMachine.TerminateEvent<T extends StateMachine<T,S,E,C>,S,E,C> |
static interface |
StateMachine.TransitionBeginEvent<T extends StateMachine<T,S,E,C>,S,E,C> |
static interface |
StateMachine.TransitionCompleteEvent<T extends StateMachine<T,S,E,C>,S,E,C> |
static interface |
StateMachine.TransitionDeclinedEvent<T extends StateMachine<T,S,E,C>,S,E,C> |
static interface |
StateMachine.TransitionEndEvent<T extends StateMachine<T,S,E,C>,S,E,C> |
static interface |
StateMachine.TransitionEvent<T extends StateMachine<T,S,E,C>,S,E,C> |
static interface |
StateMachine.TransitionExceptionEvent<T extends StateMachine<T,S,E,C>,S,E,C> |
Copyright © 2013–2016. All rights reserved.