| Package | Description |
|---|---|
| org.apache.mina.statemachine | |
| org.apache.mina.statemachine.event | |
| org.apache.mina.statemachine.transition |
| Modifier and Type | Method and Description |
|---|---|
void |
StateMachine.handle(Event event)
Processes the specified
Event through this StateMachine. |
| Modifier and Type | Method and Description |
|---|---|
Event |
DefaultEventFactory.create(StateContext context,
Method method,
Object[] arguments) |
Event |
EventFactory.create(StateContext context,
Method method,
Object[] arguments)
Creates a new
Event from the specified method and method
arguments. |
Event |
UnhandledEventException.getEvent()
Returns the
Event which couldn't be handled. |
| Constructor and Description |
|---|
UnhandledEventException(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract boolean |
AbstractTransition.doExecute(Event event)
Executes this
Transition. |
protected boolean |
NoopTransition.doExecute(Event event) |
boolean |
MethodTransition.doExecute(Event event) |
boolean |
AbstractTransition.execute(Event event) |
boolean |
Transition.execute(Event event)
Executes this
Transition. |
Copyright © 2004–2017 Apache MINA Project. All rights reserved.