Uses of Interface
com.biglybt.net.magneturi.MagnetURIHandlerListener
-
Packages that use MagnetURIHandlerListener Package Description com.biglybt.net.magneturi com.biglybt.net.magneturi.impl -
-
Uses of MagnetURIHandlerListener in com.biglybt.net.magneturi
Methods in com.biglybt.net.magneturi with parameters of type MagnetURIHandlerListener Modifier and Type Method Description abstract 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 MagnetURIHandlerListener Modifier and Type Field Description private CopyOnWriteList<MagnetURIHandlerListener>
MagnetURIHandlerImpl. listeners
Methods in com.biglybt.net.magneturi.impl with parameters of type MagnetURIHandlerListener Modifier and Type Method Description void
MagnetURIHandlerImpl. addListener(MagnetURIHandlerListener l)
void
MagnetURIHandlerImpl. removeListener(MagnetURIHandlerListener l)
-