Interface TRTrackerAnnouncerListener


  • public interface TRTrackerAnnouncerListener
    • Method Detail

      • urlChanged

        void urlChanged​(TRTrackerAnnouncer announcer,
                        java.net.URL old_url,
                        java.net.URL new_url,
                        boolean explicit)
        This callback indicates if the tracker client has change URL. If "explicit" is true then this was via a call to the "setTrackerURL" method on TRTrackerClient. If false then the selected URL has changed because it is a multi-tracker torrent
        Parameters:
        explicit - as above
      • urlRefresh

        void urlRefresh()