de.unikassel.android.sdcframework.transmission.facade
Interface UpdatableTransmissionComponent<T extends UpdatableConfiguration<T>>
- Type Parameters:
T
- the configuration type
- All Known Subinterfaces:
- ProtocolStrategy, TransferManager
- All Known Implementing Classes:
- AbstractProtocol, BasicAuthHttpProtocol, FailSafeProtocol, FileManager, LogfileManager, SampleGatheringController, SimpleHttpProtocol, TransferManagerImpl, UnknownProtocol, UploadManager
public interface UpdatableTransmissionComponent<T extends UpdatableConfiguration<T>>
Interface for components in the transmission package, which can be updated by
a configuration.
updateConfiguration
void updateConfiguration(Context context,
T config)
- Method to update the component by a configuration
- Parameters:
context
- the application contextconfig
- the configuration to update from