com.sag.osami.contextstore.serialization
Interface ISerializedContextProducer

All Known Implementing Classes:
ContextStoreRecorder

public interface ISerializedContextProducer

This interface provides access to an ISerializedContextReceiver, i.e. a ContextStore with methods for creating already serialized context events.


Method Summary
 void setContextStore(ISerializedContextReceiver contextStore)
           
 

Method Detail

setContextStore

void setContextStore(ISerializedContextReceiver contextStore)