Uses of Interface
com.biglybt.net.magneturi.MagnetURIHandlerListener
Packages that use MagnetURIHandlerListener
-
Uses of MagnetURIHandlerListener in com.biglybt.net.magneturi
Methods in com.biglybt.net.magneturi with parameters of type MagnetURIHandlerListenerModifier and TypeMethodDescriptionabstract void
MagnetURIHandler.addListener
(MagnetURIHandlerListener l) abstract void
MagnetURIHandler.removeListener
(MagnetURIHandlerListener l) -
Uses of MagnetURIHandlerListener in com.biglybt.net.magneturi.impl
Fields in com.biglybt.net.magneturi.impl with type parameters of type MagnetURIHandlerListenerModifier and TypeFieldDescriptionprivate CopyOnWriteList
<MagnetURIHandlerListener> MagnetURIHandlerImpl.listeners
Methods in com.biglybt.net.magneturi.impl with parameters of type MagnetURIHandlerListenerModifier and TypeMethodDescriptionvoid
MagnetURIHandlerImpl.addListener
(MagnetURIHandlerListener l) void
MagnetURIHandlerImpl.removeListener
(MagnetURIHandlerListener l)