Package net.sourceforge.jdbcimporter.event

Provides the main classes and interfaces for JDBCImporter event listener interface.

See:
          Description

Interface Summary
ImportListener The ImportListener defines methods that are called to indicate the status of the import.
 

Class Summary
ImportEntityBatchEvent The ImportEntityBatchEvent represents the state of a batch import.
ImportEntityEvent The ImportEntityEvent describes the state of an entity being imported.
ImportEntityRowEvent The ImportEntityRowEvent describes the state of a row being imported.
ImportEvent The ImportEvent describes the state of the import.
LogImportListener The LogImportListener is a import listener that writes to log and bad files during the import.
 

Package net.sourceforge.jdbcimporter.event Description

Provides the main classes and interfaces for JDBCImporter event listener interface.