Uses of Interface
com.biglybt.core.devices.TranscodeQueueActionListener
-
Packages that use TranscodeQueueActionListener Package Description com.biglybt.core.devices com.biglybt.core.devices.impl -
-
Uses of TranscodeQueueActionListener in com.biglybt.core.devices
Methods in com.biglybt.core.devices with parameters of type TranscodeQueueActionListener Modifier and Type Method Description void
TranscodeQueue. addActionListener(TranscodeQueueActionListener listener)
void
TranscodeQueue. removeActionListener(TranscodeQueueActionListener listener)
-
Uses of TranscodeQueueActionListener in com.biglybt.core.devices.impl
Fields in com.biglybt.core.devices.impl with type parameters of type TranscodeQueueActionListener Modifier and Type Field Description private CopyOnWriteList<TranscodeQueueActionListener>
TranscodeQueueImpl. action_listeners
Methods in com.biglybt.core.devices.impl with parameters of type TranscodeQueueActionListener Modifier and Type Method Description void
TranscodeQueueImpl. addActionListener(TranscodeQueueActionListener listener)
void
TranscodeQueueImpl. removeActionListener(TranscodeQueueActionListener listener)
-