|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.hillenbrand.datatypes.CronJob
de.hillenbrand.datatypes.UICronJob
public abstract class UICronJob
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 |
|---|
public UICronJob()
| Method Detail |
|---|
protected void execute()
execute in class CronJob
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||