jade.core
Class TimerDispatcher

java.lang.Object
  |
  +--jade.core.TimerDispatcher

public class TimerDispatcher
extends java.lang.Object
implements java.lang.Runnable

This class implements the JADE internal timing system. It should not be used by application developers.

Version:
$Date: 2003/03/07 13:34:07 $ $Revision: 2.12 $
Author:
Giovanni Rimassa - Universita` di Parma

Method Summary
 Timer add(Timer t)
           
 void remove(Timer t)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

add

public Timer add(Timer t)

remove

public void remove(Timer t)

run

public void run()
Specified by:
run in interface java.lang.Runnable