SolarMetric Kodo JDO 3.2.4 generated on January 7 2005

kodo.jdbc.schema
Class SchemaGenerator.Event

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--kodo.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

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

getCurrent

public int getCurrent()

getTotal

public int getTotal()

SolarMetric Kodo JDO 3.2.4 generated on January 7 2005

Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.