|
J-Sim v1.2.1-p7 API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectdrcl.DrclObj
drcl.comp.ACATimer
drcl.comp.Task
drcl.comp.TaskNotify
Defines the "notify" runtime task.
| Field Summary |
| Fields inherited from class drcl.comp.Task |
port, returnPort, TYPE_RESUME, TYPE_RUNNABLE, TYPE_START, TYPE_STOP, TYPE_UNKNOWN |
| Fields inherited from class drcl.comp.ACATimer |
data |
| Constructor Summary | |
TaskNotify(java.lang.Object data_,
double time_)
Creates a notify/runnable task to be executed at the specified time. |
|
| Method Summary | |
void |
execute(WorkerThread thread_)
Executes the task in thread_. |
java.lang.String |
toString()
|
| Methods inherited from class drcl.comp.Task |
createNotify, createNotify, createResume, createRunnable, createStart, createStop |
| Methods inherited from class drcl.comp.ACATimer |
duplicate, getTime |
| Methods inherited from class drcl.DrclObj |
clone |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public TaskNotify(java.lang.Object data_,
double time_)
| Method Detail |
public final java.lang.String toString()
toString in class DrclObjpublic void execute(WorkerThread thread_)
Taskthread_.
execute in class Task
|
J-Sim v1.2.1-p7 API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||