Game Control Plus  1.2.2
 All Classes Namespaces Functions Variables Pages
net.java.games.input.LinuxDeviceTask Class Referenceabstract
Inheritance diagram for net.java.games.input.LinuxDeviceTask:

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