Package | Description |
---|---|
net.sourceforge.anotherfsm |
AnotherFSM is yet another implementation of state machines,
a library for Java programming language.
|
Modifier and Type | Method and Description |
---|---|
TimeoutEvent.Type |
TimeoutEvent.getType() |
static TimeoutEvent.Type |
TimeoutEvent.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TimeoutEvent.Type[] |
TimeoutEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static TimeoutEvent |
TimeoutEvent.instance(long timeout,
TimeoutEvent.Type type)
Create instance of this class.
|
Constructor and Description |
---|
TimeoutEvent(long timeout,
TimeoutEvent.Type type)
Deprecated.
Prefer
TimeoutEvent.instance(long, Type) method instead. |
Copyright 2012-2013 Michal Turek, AnotherFSM.