|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.japisoft.xmlpad.toolkit.JobManager
Toolkit for asynchronous working. Useful for sample for the real time synchronization between the text and the tree
Job
Field Summary | |
static JobManager |
COMMON_MANAGER
|
static int |
JOB_DELAY
Delay for job. |
Constructor Summary | |
JobManager()
|
Method Summary | |
static void |
addJob(Job run)
Add a new job. |
void |
dispose()
Dispose the current manager. |
void |
run()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static int JOB_DELAY
public static JobManager COMMON_MANAGER
Constructor Detail |
public JobManager()
Method Detail |
public void run()
run
in interface java.lang.Runnable
public static void addJob(Job run)
public void dispose()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |