Package com.biglybt.core.devices
Interface TranscodeQueueActionListener
-
public interface TranscodeQueueActionListener
-
-
Field Summary
Fields Modifier and Type Field Description static int
ACT_REMOVE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
jobWillBeActioned(TranscodeJob job, int action)
-
-
-
Field Detail
-
ACT_REMOVE
static final int ACT_REMOVE
- See Also:
- Constant Field Values
-
-
Method Detail
-
jobWillBeActioned
void jobWillBeActioned(TranscodeJob job, int action) throws TranscodeActionVetoException
- Throws:
TranscodeActionVetoException
-
-