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

Packages that use IRawDataObserver
pl.edu.agh.cast.data.logging Provides CAST Data's classes for the logging purposes. 
pl.edu.agh.cast.data.preprocessing Provides CAST Data's classes for the data preprocessing purposes. 
pl.edu.agh.cast.rawdata.logging Definies interfeces and abstract classes for logging changes in raw data. 
pl.edu.agh.cast.rawdata.stat Contains classes which are responsible for error handling on input data during import process. 
 

Uses of IRawDataObserver in pl.edu.agh.cast.data.logging
 

Classes in pl.edu.agh.cast.data.logging that implement IRawDataObserver
 class FileRawDataLogger
          An observer which logs events to file.
 

Uses of IRawDataObserver in pl.edu.agh.cast.data.preprocessing
 

Methods in pl.edu.agh.cast.data.preprocessing with parameters of type IRawDataObserver
 void IImportPreprocessor.applyChanges(List<? extends IPreprocessingItem> items, IRawDataObserver dataObserver)
          Apply changes to given input data.
 void IImportPreprocessor.undoChanges(List<? extends IPreprocessingItem> items, IRawDataObserver dataObserver)
          Undo changes for specified items (only if items was applied before).
 

Uses of IRawDataObserver in pl.edu.agh.cast.rawdata.logging
 

Methods in pl.edu.agh.cast.rawdata.logging that return types with arguments of type IRawDataObserver
protected  List<IRawDataObserver> AbstractRawDataMonitorable.getObservers()
           
 

Methods in pl.edu.agh.cast.rawdata.logging with parameters of type IRawDataObserver
 void AbstractRawDataMonitorable.registerObserver(IRawDataObserver observer)
          Registers a new observer.
 void IRawDataMonitorable.registerObserver(IRawDataObserver observer)
          Registers a new observer.
 void AbstractRawDataMonitorable.unregisterObserver(IRawDataObserver observer)
          Unregisters an existing observer.
 void IRawDataMonitorable.unregisterObserver(IRawDataObserver observer)
          Unregisters an existing observer.
 

Uses of IRawDataObserver in pl.edu.agh.cast.rawdata.stat
 

Methods in pl.edu.agh.cast.rawdata.stat with parameters of type IRawDataObserver
 void BrokenDataInfo.registerObserver(IRawDataObserver observer)
          Registers a new observer.
 void BrokenDataInfo.unregisterObserver(IRawDataObserver observer)
          Unregisters an existing observer.
 



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