de.hillenbrand.datatypes
Class UICronJob

java.lang.Object
  extended by de.hillenbrand.datatypes.CronJob
      extended by de.hillenbrand.datatypes.UICronJob
All Implemented Interfaces:
java.lang.Runnable

public abstract class UICronJob
extends CronJob

A cron job that will be executed using SwingUtilities.invokeLater(). This makes the cron job UI thread safe.


Field Summary
 
Fields inherited from class de.hillenbrand.datatypes.CronJob
finished
 
Constructor Summary
UICronJob()
           
 
Method Summary
protected  void execute()
           
 
Methods inherited from class de.hillenbrand.datatypes.CronJob
createCronJob, getProperty, getProperty, isFinished, setFinished, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.Runnable
run
 

Constructor Detail

UICronJob

public UICronJob()
Method Detail

execute

protected void execute()
Overrides:
execute in class CronJob