Package adams.gui.tools.audioannotator
Class TickEvent
- java.lang.Object
-
- adams.gui.tools.audioannotator.TickEvent
-
public class TickEvent extends Object
A Tick event to alert listeners and pass the timestamp through to them.- Author:
- sjb90
-
-
Field Summary
Fields Modifier and Type Field Description protected adams.core.TimeMsec
m_TimeStamp
the timestamp
-
Constructor Summary
Constructors Constructor Description TickEvent(adams.core.TimeMsec time)
Constructor for the basic tick event
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description adams.core.TimeMsec
getTimeStamp()
A getter for the timestamp
-