net.sourceforge.jdbcexporter.event
Class ExportEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bynet.sourceforge.jdbcexporter.event.ExportEvent
All Implemented Interfaces:
java.io.Serializable

public class ExportEvent
extends java.util.EventObject

The ExportEvent describes the state of the export.

Version:
0.67
Author:
Chris Nagy
See Also:
Serialized Form

Field Summary
protected  java.lang.String engineClassname
          The classname of the ExportEngine in use.
protected  ExportDef exportDef
          The configuration of the export.
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ExportEvent(java.lang.Object source, ExportDef exportDef, java.lang.String engineClassname)
          Constructs a new export event.
 
Method Summary
 java.lang.String getEngineClassname()
          Returns the classname of the ExportEngine being used.
 int getEntityCount()
          Returns the number of entities in this import.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

exportDef

protected ExportDef exportDef
The configuration of the export.


engineClassname

protected java.lang.String engineClassname
The classname of the ExportEngine in use.

Constructor Detail

ExportEvent

public ExportEvent(java.lang.Object source,
                   ExportDef exportDef,
                   java.lang.String engineClassname)
Constructs a new export event.

Parameters:
source - the source of the event
exportDef - the configuration of the export
engineClassname - the classname of the ExportEngine in use
Method Detail

getEntityCount

public int getEntityCount()
Returns the number of entities in this import.

Returns:
number of entities

getEngineClassname

public java.lang.String getEngineClassname()
Returns the classname of the ExportEngine being used.

Returns:
the classname of the ExportEngine