pl.edu.agh.cast.importer.base.logging
Interface IImportLogger

All Superinterfaces:
IImportDataObserver
All Known Implementing Classes:
AbstractImportLogger, CompositeImportLogger, FileImportLogger

public interface IImportLogger
extends IImportDataObserver

Interface for all loggers of the import process.

Author:
AGH CAST Team

Method Summary
 void finish(String dataSetId)
          Finishes the import logging.
 void notifyError(AbstractErrorLogData error)
          Notifies when an error occurs.
 
Methods inherited from interface pl.edu.agh.cast.importer.base.logging.IImportDataObserver
notifyRemoved, notifyRestored, notifyValueChanged
 

Method Detail

notifyError

void notifyError(AbstractErrorLogData error)
Notifies when an error occurs.

Parameters:
error - the error that occurred

finish

void finish(String dataSetId)
Finishes the import logging.

Parameters:
dataSetId - the data set identifier


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