Class TickEvent
- java.lang.Object
-
- adams.gui.visualization.annotator.TickEvent
-
public class TickEvent extends Object
A Tick event to alert listeners and pass the timestamp through to them.- Version:
- $Revision$
- Author:
- sjb90
-
-
Field Summary
Fields Modifier and Type Field Description protected Date
m_TimeStamp
the timestamp
-
-
-
Field Detail
-
m_TimeStamp
protected Date m_TimeStamp
the timestamp
-
-
Constructor Detail
-
TickEvent
public TickEvent(Date time)
Constructor for the basic tick event- Parameters:
time
- the timestamp to be passed to the listener
-
-
Method Detail
-
getTimeStamp
public Date getTimeStamp()
A getter for the timestamp- Returns:
- the timestamp
-
-