Todo Class Reference

List of all members.

Public Member Functions

void run ()
abstract void action () throws Throwable
 Todo ()
 Todo (Object a1)
 Todo (Object a1, Object a2)

Static Public Member Functions

final synchronized void reset ()

Package Attributes

Object arg1 = null
Object arg2 = null

Private Member Functions

void init ()

Static Private Attributes

Timer timer = null

Constructor & Destructor Documentation

Todo  )  [inline]
 

Definition at line 45 of file Todo.java.

References init().

Todo Object  a1  )  [inline]
 

Definition at line 46 of file Todo.java.

References arg1, and init().

Todo Object  a1,
Object  a2
[inline]
 

Definition at line 47 of file Todo.java.

References arg1, arg2, and init().


Member Function Documentation

abstract void action  )  throws Throwable [pure virtual]
 

Referenced by run().

void init  )  [inline, private]
 

Definition at line 39 of file Todo.java.

References timer.

Referenced by Todo().

final synchronized void reset  )  [inline, static]
 

Definition at line 10 of file Todo.java.

References timer.

void run  )  [inline]
 

Definition at line 28 of file Todo.java.

References action().


Member Data Documentation

Object arg1 = null [package]
 

Definition at line 7 of file Todo.java.

Referenced by Todo().

Object arg2 = null [package]
 

Definition at line 8 of file Todo.java.

Referenced by Todo().

Timer timer = null [static, private]
 

Definition at line 5 of file Todo.java.

Referenced by init(), and reset().


The documentation for this class was generated from the following file:
Generated on Sun Aug 15 11:56:54 2004 for International Input by doxygen 1.3.7