de.unikassel.android.sdcframework.transmission.facade
Interface UpdatableTransmissionComponent<T extends UpdatableConfiguration<T>>

Package class diagram package UpdatableTransmissionComponent
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.


Method Summary
 void updateConfiguration(Context context, T config)
          Method to update the component by a configuration
 

Method Detail

updateConfiguration

void updateConfiguration(Context context,
                         T config)
Method to update the component by a configuration

Parameters:
context - the application context
config - the configuration to update from