jade.core
Class TimerDispatcher

java.lang.Object
  extended by jade.core.TimerDispatcher
All Implemented Interfaces:
java.lang.Runnable

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: 2007-03-05 11:02:22 +0100 (lun, 05 mar 2007) $ $Revision: 5938 $
Author:
Giovanni Rimassa - Universita' di Parma

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

Constructor Detail

TimerDispatcher

public TimerDispatcher()
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

getTimerDispatcher

public static TimerDispatcher getTimerDispatcher()