Class DIFUtilities.SchemaReadyRunnable

  • All Implemented Interfaces:
    java.beans.PropertyChangeListener, java.util.EventListener
    Enclosing class:
    DIFUtilities

    public abstract static class DIFUtilities.SchemaReadyRunnable
    extends java.lang.Object
    implements java.beans.PropertyChangeListener
    Listener to schema status. This is support object, you can listen directly to PROP_STATE change.
    • Constructor Detail

      • SchemaReadyRunnable

        public SchemaReadyRunnable()
    • Method Detail

      • schemaReady

        public abstract void schemaReady​(DFSchemaProvider schemaProvider,
                                         DFSchema schema)
        This method is invoked when schema is ready.
      • schemaClosed

        public void schemaClosed()
        This method is invoked when schema become completely disconnected and appear in initial state again
      • propertyChange

        public final void propertyChange​(java.beans.PropertyChangeEvent evt)
        You should not override this method, because it is invoking other methods in this object
        Specified by:
        propertyChange in interface java.beans.PropertyChangeListener