org.openmuc.core.datamanager
Interface DataManagerListener

All Known Implementing Classes:
Activator, CurrentDataFileWriter

public interface DataManagerListener


Method Summary
 void stateChanged(ChannelIdentifier id, State newState)
          Invoked if the state of a channel has changed
 void storingDataEvent(java.lang.String string, long timestamp, double value)
          Deprecated. 
 void updated()
          Invoked if a configuration update occurs
 

Method Detail

updated

void updated()
Invoked if a configuration update occurs


stateChanged

void stateChanged(ChannelIdentifier id,
                  State newState)
Invoked if the state of a channel has changed

Parameters:
id - id of the channel that changed its state
newState - new state of the channel

storingDataEvent

@Deprecated
void storingDataEvent(java.lang.String string,
                                 long timestamp,
                                 double value)
Deprecated. 

Invoked if the framework wants to store data

Parameters:
string -
timestamp -
value -