org.mule.util.timer
Class TimeEvent
java.lang.Object
java.util.EventObject
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.
- Version:
- $Revision: 3798 $
- Author:
- Ross Mason
- See Also:
- Serialized Form
TimeEvent
public TimeEvent(Object source,
String name,
long timeExpired)
- Parameters:
source - name - timeExpired -
getName
public String getName()
- Returns:
getTimeExpired
public long getTimeExpired()
- Returns:
Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.