org.apache.openjpa.jdbc.schema
Class SchemaGenerator.Event

java.lang.Object
  extended by java.util.EventObject
      extended by org.apache.openjpa.jdbc.schema.SchemaGenerator.Event
All Implemented Interfaces:
Serializable
Enclosing class:
SchemaGenerator

public class SchemaGenerator.Event
extends EventObject

An event corresponding to the generation of a schema object.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SchemaGenerator.Event(Object ob, int total)
           
 
Method Summary
 int getTotal()
           
 
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
 

Constructor Detail

SchemaGenerator.Event

public SchemaGenerator.Event(Object ob,
                             int total)
Method Detail

getTotal

public int getTotal()


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.