| Package | Description |
|---|---|
| ch.bbv.fsm | |
| ch.bbv.fsm.events |
| Modifier and Type | Method and Description |
|---|---|
void |
StateMachine.addEventHandler(StateMachineEventHandler<TState,TEvent> handler)
Adds an event handler
|
void |
StateMachine.removeEventHandler(StateMachineEventHandler<TState,TEvent> handler)
Removes the given event handler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StateMachineEventAdapter<TState extends Enum<?>,TEvent extends Enum<?>>
Abstract implementation of a StateMachineEventHandler.
|
Copyright © 2012 bbv Software Services AG. All Rights Reserved.