org.mule.util.timer
Class TimeEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.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-2009 MuleSource, Inc.. All Rights Reserved.