|
static final int | DONE = 0 |
|
static final int | NO_DATA = 1 |
|
static final int | ERROR = 2 |
|
IAction
interface must be implemented by request actions.
- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 25 of file elephant/context/IAction.java.
◆ execute()
int org.turro.elephant.context.IAction.execute |
( |
| ) |
throws Exception |
◆ getParameter()
String org.turro.elephant.context.IAction.getParameter |
( |
String |
param | ) |
|
◆ setConstructor()
void org.turro.elephant.context.IAction.setConstructor |
( |
IConstructor |
constructor | ) |
|
◆ DONE
final int org.turro.elephant.context.IAction.DONE = 0 |
|
static |
◆ ERROR
final int org.turro.elephant.context.IAction.ERROR = 2 |
|
static |
◆ NO_DATA
final int org.turro.elephant.context.IAction.NO_DATA = 1 |
|
static |
The documentation for this interface was generated from the following file: