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

Variable Index

 o absoluteTime
Needed for indication of absoluteTime (true/false)
 o isFired
status about fireing
 o timer
the Timer provides an actual status and so.
 o timerId
the unique identifer

Constructor Index

 o TimerUnit()

Method Index

 o toString()

Variables

 o timerId
  public int timerId
the unique identifer
 o timer
  public Timer timer
the Timer provides an actual status and so.
 o absoluteTime
  public boolean absoluteTime
Needed for indication of absoluteTime (true/false)
 o isFired
  public boolean isFired
status about fireing

Constructors

 o TimerUnit
  public TimerUnit()

Methods

 o toString
  public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index