sale.events
Class TimerEvent
java.lang.Object
java.util.EventObject
sale.events.TimerEvent
- All Implemented Interfaces:
- Serializable
public class TimerEvent
- extends EventObject
An event to be fired by implementations of the Timer
interface.
- Since:
- v2.0
- Author:
- Stephan Gambke
- See Also:
- Serialized Form
TimerEvent
public TimerEvent(Timer tSource)
- Create a new TimerEvent
- Parameters:
tSource
- the source of this event
getTime
public Object getTime()
- Returns:
- an Object representing the time this event occured
- Override:
- Never
getTimeStamp
public Object getTimeStamp()
- Return the time stamp for this event.
Thus, two TimerEvents can always be ordered according to their time of creation.
- Override:
- Never