org.openmuc.core.datamanager
Interface DataStorageListener


public interface DataStorageListener


Method Summary
 void updated(java.lang.String label, long timestamp, Value value, State state)
           
 

Method Detail

updated

void updated(java.lang.String label,
             long timestamp,
             Value value,
             State state)