|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Disposable
Field Summary | |
---|---|
static int |
EXITCODE_ERROR
This Exit-code might be used to indicate an action error from the dispose method The code will be forwarded to the request's exit method (see below) |
static int |
EXITCODE_SUCCESS
This exit-code might be used to indicate a successful action from the dispose method The code will be forwarded to the WebRequest's exit method (see WebRequest.exit()) |
Method Summary | |
---|---|
int |
dispose()
Cleanup resources allocated by the object |
void |
init()
Initializes the object Use this to initialize Action objects instead of the Action's constructor |
Field Detail |
---|
static final int EXITCODE_SUCCESS
static final int EXITCODE_ERROR
Method Detail |
---|
void init()
int dispose()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |