Uses of Interface
com.biglybt.pifimpl.local.disk.DiskManagerChannelImpl.channelCreateListener
-
Packages that use DiskManagerChannelImpl.channelCreateListener Package Description com.biglybt.pifimpl.local.disk -
-
Uses of DiskManagerChannelImpl.channelCreateListener in com.biglybt.pifimpl.local.disk
Fields in com.biglybt.pifimpl.local.disk with type parameters of type DiskManagerChannelImpl.channelCreateListener Modifier and Type Field Description private static CopyOnWriteList<DiskManagerChannelImpl.channelCreateListener>
DiskManagerChannelImpl. listeners
Methods in com.biglybt.pifimpl.local.disk with parameters of type DiskManagerChannelImpl.channelCreateListener Modifier and Type Method Description static void
DiskManagerChannelImpl. addListener(DiskManagerChannelImpl.channelCreateListener l)
static void
DiskManagerChannelImpl. removeListener(DiskManagerChannelImpl.channelCreateListener l)
-