Package jade.core
Class Timer
- java.lang.Object
-
- jade.core.Timer
-
public class Timer extends 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$ $Revision$
- Author:
- Giovanni Rimassa - Universita' di Parma
-
-
Constructor Summary
Constructors Constructor Description Timer(long when, TimerListener tl)
-
-
-
Constructor Detail
-
Timer
public Timer(long when, TimerListener tl)
-
-