public class SourcedTimerEvent
extends java.util.EventObject
Constructor and Description |
---|
SourcedTimerEvent(java.lang.Object src,
long t)
Event constructor.
|
Modifier and Type | Method and Description |
---|---|
long |
getTime()
Retrieve the time from the event Object.
|
void |
setTime(long t)
Set the time of event object.
|
public SourcedTimerEvent(java.lang.Object src, long t)
src
- Source of event.t
- Time in units of source.public long getTime()
public void setTime(long t)
t
- Time in units detemined by caller.