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 TypeMethodDescriptionvoidTranscodeQueue.addListener(TranscodeQueueListener listener) voidTranscodeQueue.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.listenersMethods in com.biglybt.core.devices.impl with parameters of type TranscodeQueueListenerModifier and TypeMethodDescriptionvoidTranscodeQueueImpl.addListener(TranscodeQueueListener listener) voidTranscodeQueueImpl.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 TranscodeQueueListenerDeviceManagerUI.transcodeQueueListener