org.mule.util.timer
Class TimeEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.mule.util.timer.TimeEvent
All Implemented Interfaces:
Serializable

public class TimeEvent
extends EventObject

TimeEvent TODO is an event that occurs at a specified number of milliseconds.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
TimeEvent(Object source, String name, long timeExpired)
           
 
Method Summary
 String getName()
           
 long getTimeExpired()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimeEvent

public TimeEvent(Object source,
                 String name,
                 long timeExpired)
Parameters:
source -
name -
timeExpired -
Method Detail

getName

public String getName()
Returns:

getTimeExpired

public long getTimeExpired()
Returns:


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.