|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJob
de.ralfebert.rcputils.concurrent.UIProcess
public abstract class UIProcess
UIProcess is a Job base class which allows to update the UI after the job was completed. Implement the "runInBackground" method with the long-running operation to be executed in a background thread. Implement the "runInUIThread" with the code to be executed after runInBackground has been completed on the UI thread.
Constructor Summary | |
---|---|
UIProcess(Display display,
java.lang.String jobName)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UIProcess(Display display, java.lang.String jobName)
|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |