| Package | Description |
|---|---|
| net.sourceforge.anotherfsm.examples.timeouts |
The example defines a simple state machine with connected and
disconnected states.
|
| Modifier and Type | Field and Description |
|---|---|
private ConnectionStateEvent.ConnectionState |
ConnectionStateEvent.state
The state.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionStateEvent.ConnectionState |
ConnectionStateEvent.getState()
Get the state.
|
static ConnectionStateEvent.ConnectionState |
ConnectionStateEvent.ConnectionState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionStateEvent.ConnectionState[] |
ConnectionStateEvent.ConnectionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ConnectionStateEvent(ConnectionStateEvent.ConnectionState state)
Create the object.
|
Copyright 2013 Michal Turek, AnotherFSM.