uic.model
Class WorkerThread.Job

java.lang.Object
  extended byuic.model.WorkerThread.Job
Enclosing class:
WorkerThread

public static class WorkerThread.Job
extends Object


Field Summary
static short ENABLE_NO_CHANGE
           
static short ENABLE_OFF
           
static short ENABLE_ON
           
 
Method Summary
 UICSimpleAction getAction()
           
 short getEnable()
           
 Object getSource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENABLE_ON

public static final short ENABLE_ON
See Also:
Constant Field Values

ENABLE_OFF

public static final short ENABLE_OFF
See Also:
Constant Field Values

ENABLE_NO_CHANGE

public static final short ENABLE_NO_CHANGE
See Also:
Constant Field Values
Method Detail

getAction

public UICSimpleAction getAction()

getSource

public Object getSource()

getEnable

public short getEnable()


Copyright © 2002,2003 Thomas Zander Available under the Free Apache licence