Class SchemaGenerator.Event

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    SchemaGenerator

    public static class SchemaGenerator.Event
    extends java.util.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

      Constructors 
      Constructor Description
      Event​(java.lang.Object ob, int total)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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

      • Event

        public Event​(java.lang.Object ob,
                     int total)
    • Method Detail

      • getTotal

        public int getTotal()