Class mheg5.OBJ.TimerUnit
All Packages Class Hierarchy This Package Previous Next Index
Class mheg5.OBJ.TimerUnit
java.lang.Object
|
+----mheg5.UTL.ListNode
|
+----mheg5.OBJ.TimerUnit
- public class TimerUnit
- extends ListNode
-
absoluteTime
- Needed for indication of absoluteTime (true/false)
-
isFired
- status about fireing
-
timer
- the Timer provides an actual status and so.
-
timerId
- the unique identifer
-
TimerUnit()
-
-
toString()
-
timerId
public int timerId
- the unique identifer
timer
public Timer timer
- the Timer provides an actual status and so.
absoluteTime
public boolean absoluteTime
- Needed for indication of absoluteTime (true/false)
isFired
public boolean isFired
- status about fireing
TimerUnit
public TimerUnit()
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index