Interface ITimedObject


  • public interface ITimedObject
    Interface for objects that are interested in timepoints.
    • Method Detail

      • timeEventOccurred

        void timeEventOccurred​(long currenttime)
        Called when the submitted timepoint was reached. // todo: will be enhanced with a TimerEvent when // we enhance the time service