Class TrackerAnnounceAlert

java.lang.Object
com.frostwire.jlibtorrent.alerts.AbstractAlert<com.frostwire.jlibtorrent.swig.tracker_announce_alert>
com.frostwire.jlibtorrent.alerts.TorrentAlert<com.frostwire.jlibtorrent.swig.tracker_announce_alert>
com.frostwire.jlibtorrent.alerts.TrackerAlert<com.frostwire.jlibtorrent.swig.tracker_announce_alert>
com.frostwire.jlibtorrent.alerts.TrackerAnnounceAlert
All Implemented Interfaces:
Alert<com.frostwire.jlibtorrent.swig.tracker_announce_alert>

public final class TrackerAnnounceAlert extends TrackerAlert<com.frostwire.jlibtorrent.swig.tracker_announce_alert>
This alert is generated each time a tracker announce is sent (or attempted to be sent).

There are no extra data members in this alert. The url can be found in the base class.

  • Constructor Details

    • TrackerAnnounceAlert

      public TrackerAnnounceAlert(com.frostwire.jlibtorrent.swig.tracker_announce_alert alert)
  • Method Details