pl.edu.agh.cast.rawdata.logging
Interface IRawDataObserver

All Known Implementing Classes:
FileRawDataLogger

public interface IRawDataObserver

Observer interface for raw data monitors.

Author:
AGH CAST Team

Method Summary
 void notifyRemoved(DataRow row)
          Notifies when row is removed.
 void notifyRestored(DataRow row)
          Notifies when row is restored.
 void notifyValueChanged(DataRow row, String oldValue, String newValue)
          Notifies when new value is set in specified row.
 

Method Detail

notifyRemoved

void notifyRemoved(DataRow row)
Notifies when row is removed.

Parameters:
row - row which is removed

notifyRestored

void notifyRestored(DataRow row)
Notifies when row is restored.

Parameters:
row - row which is restored

notifyValueChanged

void notifyValueChanged(DataRow row,
                        String oldValue,
                        String newValue)
Notifies when new value is set in specified row.

Parameters:
row - row which is edited
oldValue - old value
newValue - new value


Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.