Package de.unikassel.android.sdcframework.util.facade

Package class diagram package de.unikassel.android.sdcframework.util.facade
Provides the interfaces for the util package.

See:
          Description

Interface Summary
AsynchrounousSampleObserver Interface for asynchronous sample observers depending on the service life cycle.
BroadcastableEvent Interface for events which can be broadcasted in the form of an Android Intent.
ChainWorker<T> Interface for processors in a Chain of Responsibility.
CompressionStrategy Interface for compression strategiy types.
DelegatingSampleObserver Interface for delegating sample observers.
EventCollector<T extends ObservableEvent> Interface for event collectors.
EventDispatcher<T extends ObservableEvent,U extends ObservableEvent> Interface for event dispatchers.
EventObserver<T extends ObservableEvent> Interface for event observers.
ExternalStorageStateChangeEvent Interface for the observable external storage state change event.
FileEncryptionStrategy Interface for file encryption strategies.
LifeCycleObject Interface for types sharing the Android service or activity life cycle.
NetworkStateChangeEvent Interface for an observable network state change event.
ObservableEvent Interface for observable event types.
ObservableEventCollection<T extends ObservableEvent> Interface for an observable event collection type.
ObservableEventSource<T extends ObservableEvent> Interface for classes creating observable events * .
ObserverRegistration<T extends ObservableEvent> Interface for classes allowing the registration of event observers.
A class implementing this interface will usually delegate to other classes implementing the ObservableEventSource interface.
TimeProviderErrorStrategy Interface for strategies to handle time provider failures.
TimeProviderEvent Interface for time provider events.
WorkerThread Interface for worker threads.
 

Class Summary
Encryption Utility class for encryption and checksums.
EventError Representation of event errors.
GenericTypeManager Helper class to refer to generic type class information.
 

Enum Summary
ArchiveTypes Enumeration of the known archive types for file compression.
EventErrorTypes Enumeration of possible event error types.
LogLevel Enumeration of the known log levels.
TimeProviderErrorStrategyDescription The time provider error strategy types (used as desc ription as well).
 

Package de.unikassel.android.sdcframework.util.facade Description

Provides the interfaces for the util package.