Class TickEvent


  • public class TickEvent
    extends Object
    A Tick event to alert listeners and pass the timestamp through to them.
    Author:
    sjb90
    • Field Detail

      • m_TimeStamp

        protected adams.core.TimeMsec m_TimeStamp
        the timestamp
    • Constructor Detail

      • TickEvent

        public TickEvent​(adams.core.TimeMsec time)
        Constructor for the basic tick event
        Parameters:
        time - the timestamp to be passed to the listener
    • Method Detail

      • getTimeStamp

        public adams.core.TimeMsec getTimeStamp()
        A getter for the timestamp
        Returns:
        the timestamp