jegg.timer
Class Timeout

java.lang.Object
  extended byjegg.timer.Timeout

public class Timeout
extends java.lang.Object

The message sent to a timeout listener when the timeout event has occurred..


Constructor Summary
Timeout(Timer t)
          Construct a timeout message.
 
Method Summary
 Timer getTimer()
          Return the timer that this timeout message is from.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Timeout

public Timeout(Timer t)
Construct a timeout message.

Parameters:
t - the timer that the timeout message is from.
Method Detail

getTimer

public Timer getTimer()
Return the timer that this timeout message is from.

Returns:


Copyright © 2004 . All Rights Reserved.