Public Member Functions | |
void | execute () |
boolean | isSystem () |
String | getName () |
String | getDataLabel () |
Public Member Functions inherited from org.turro.scheduler.task.AbstractTask | |
void | setConstructor (IConstructor constructor) |
void | setSettings (TaskSettings settings) |
IConstructor | getConstructor () |
TaskSettings | getSettings () |
void | setLastExecuted (Date lastExecuted) |
boolean | isDone () |
boolean | shouldRun (Date now) |
void | doRun (Motor motor) |
void | stop () |
void | run () |
String | getColor () |
String | getIcon () |
String | getDescription () |
int | compareTo (AbstractTask o) |
Definition at line 34 of file ContactSGCheckTask.java.
void org.turro.contacts.util.ContactSGCheckTask.execute | ( | ) |
Reimplemented from org.turro.scheduler.task.AbstractTask.
Definition at line 37 of file ContactSGCheckTask.java.
String org.turro.contacts.util.ContactSGCheckTask.getDataLabel | ( | ) |
Reimplemented from org.turro.scheduler.task.AbstractTask.
Definition at line 58 of file ContactSGCheckTask.java.
String org.turro.contacts.util.ContactSGCheckTask.getName | ( | ) |
Reimplemented from org.turro.scheduler.task.AbstractTask.
Definition at line 53 of file ContactSGCheckTask.java.
boolean org.turro.contacts.util.ContactSGCheckTask.isSystem | ( | ) |
Reimplemented from org.turro.scheduler.task.AbstractTask.
Definition at line 48 of file ContactSGCheckTask.java.