Interface ITimedObject


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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void timeEventOccurred​(long currenttime)
      Called when the submitted timepoint was reached. // todo: will be enhanced with a TimerEvent when // we enhance the time service
    • 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