Elexis API documentation
Version 2.1.6 as of December 11 2011

de.ralfebert.rcputils.concurrent
Class UIProcess

java.lang.Object
  extended by Job
      extended by de.ralfebert.rcputils.concurrent.UIProcess

public abstract class UIProcess
extends Job

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.

Author:
Ralf Ebert

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

UIProcess

public UIProcess(Display display,
                 java.lang.String jobName)

Elexis API documentation
Version 2.1.6 as of December 11 2011

Copyright 2005-2011 by Gerry Weirich, Elexis