Class TickEvent


  • public class TickEvent
    extends Object
    A Tick event to alert listeners and pass the timestamp through to them.
    Version:
    $Revision$
    Author:
    sjb90
    • 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