|
Game Control Plus
1.2.2
|

Public Member Functions | |
| final void | doExecute () |
| final IOException | getException () |
| final Object | getResult () |
| final int | getState () |
Static Public Attributes | |
| static final int | INPROGRESS = 1 |
| static final int | COMPLETED = 2 |
| static final int | FAILED = 3 |
Protected Member Functions | |
| abstract Object | execute () throws IOException |
Private Attributes | |
| Object | result |
| IOException | exception |
| int | state = INPROGRESS |