Uses of Interface
com.biglybt.core.devices.TranscodeQueueListener
Packages that use TranscodeQueueListener
Package
Description
-
Uses of TranscodeQueueListener in com.biglybt.core.devices
Methods in com.biglybt.core.devices with parameters of type TranscodeQueueListenerModifier and TypeMethodDescriptionvoid
TranscodeQueue.addListener
(TranscodeQueueListener listener) void
TranscodeQueue.removeListener
(TranscodeQueueListener listener) -
Uses of TranscodeQueueListener in com.biglybt.core.devices.impl
Fields in com.biglybt.core.devices.impl with type parameters of type TranscodeQueueListenerModifier and TypeFieldDescriptionprivate CopyOnWriteList<TranscodeQueueListener>
TranscodeQueueImpl.listeners
Methods in com.biglybt.core.devices.impl with parameters of type TranscodeQueueListenerModifier and TypeMethodDescriptionvoid
TranscodeQueueImpl.addListener
(TranscodeQueueListener listener) void
TranscodeQueueImpl.removeListener
(TranscodeQueueListener listener) -
Uses of TranscodeQueueListener in com.biglybt.ui.swt.devices
Classes in com.biglybt.ui.swt.devices that implement TranscodeQueueListenerFields in com.biglybt.ui.swt.devices declared as TranscodeQueueListenerModifier and TypeFieldDescriptionprivate TranscodeQueueListener
DeviceManagerUI.transcodeQueueListener