jade.core
Class Timer

java.lang.Object
  extended by jade.core.Timer

public class Timer
extends java.lang.Object

This class is used by the JADE internal timing system to schedule actions after a given amount of time. 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
Timer(long when, TimerListener tl)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Timer

public Timer(long when,
             TimerListener tl)
Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object