Interface SimpleTimer.TimerTickReceiver

All Known Implementing Classes:
CategoryImpl, DownloadManagerController, GlobalManagerImpl.DownloadStateTagger.MyTag, GlobalManagerStatsImpl, OpenTorrentOptionsWindow.DiscoveredTag, SpeedLimitHandler.PeerSet.TagPeerImpl, TagBase, TagDownloadWithState, TagTypeSwarmTag.TagSwarmTagImpl, TagWithState
Enclosing class:
SimpleTimer

public static interface SimpleTimer.TimerTickReceiver
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    tick(long mono_now, int tick_ount)
     
  • Method Details

    • tick

      void tick(long mono_now, int tick_ount)