Uses of Class
org.johnnei.javatorrent.bittorrent.tracker.TrackerEvent
-
Packages that use TrackerEvent Package Description org.johnnei.javatorrent.bittorrent.tracker -
-
Uses of TrackerEvent in org.johnnei.javatorrent.bittorrent.tracker
Methods in org.johnnei.javatorrent.bittorrent.tracker that return TrackerEvent Modifier and Type Method Description TrackerEventTorrentInfo. getEvent()Gets the current tracker event for thisTorrentstatic TrackerEventTrackerEvent. valueOf(String name)Returns the enum constant of this type with the specified name.static TrackerEvent[]TrackerEvent. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.johnnei.javatorrent.bittorrent.tracker with parameters of type TrackerEvent Modifier and Type Method Description voidTorrentInfo. setEvent(TrackerEvent event)Sets the current event for thisTorrent
-