Package net.i2p.util

Interface SimpleTimer.TimedEvent

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void timeReached()
      the time requested has been reached (this call should NOT block, otherwise the whole SimpleTimer gets backed up)
    • Method Detail

      • timeReached

        void timeReached()
        the time requested has been reached (this call should NOT block, otherwise the whole SimpleTimer gets backed up)