Package org.apache.openjpa.jdbc.schema
Class SchemaGenerator.Event
- java.lang.Object
-
- java.util.EventObject
-
- org.apache.openjpa.jdbc.schema.SchemaGenerator.Event
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SchemaGenerator
public static 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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getTotal()
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Constructor Detail
-
Event
public Event(Object ob, int total)
-
-