com.aelitis.azureus.core.devices
Interface TranscodeTargetListener

All Known Implementing Classes:
DeviceContentDirectoryImpl, DeviceInternetGatewayImpl, DeviceiTunes, DeviceManagerUI.deviceView, DeviceMediaRendererImpl, DeviceMediaRendererManual, DeviceOfflineDownloaderImpl, DeviceTivo, DeviceUPnPImpl, SBC_DevicesView

public interface TranscodeTargetListener


Field Summary
static int CT_PROPERTY
           
 
Method Summary
 void fileAdded(TranscodeFile file)
           
 void fileChanged(TranscodeFile file, int type, java.lang.Object data)
           
 void fileRemoved(TranscodeFile file)
           
 

Field Detail

CT_PROPERTY

static final int CT_PROPERTY
See Also:
Constant Field Values
Method Detail

fileAdded

void fileAdded(TranscodeFile file)

fileChanged

void fileChanged(TranscodeFile file,
                 int type,
                 java.lang.Object data)

fileRemoved

void fileRemoved(TranscodeFile file)