|
com.im.df.api 5.9 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.im.df.api.util.DIFUtilities.SchemaReadyRunnable
public abstract static class DIFUtilities.SchemaReadyRunnable
Listener to schema status. This is support object, you can listen directly to PROP_STATE change.
| Constructor Summary | |
|---|---|
DIFUtilities.SchemaReadyRunnable()
|
|
| Method Summary | |
|---|---|
void |
propertyChange(PropertyChangeEvent evt)
You should not override this method, because it is invoking other methods in this object |
void |
schemaClosed()
This method is invoked when schema become completely disconnected and appear in initial state again |
abstract void |
schemaReady(DFSchemaProvider schemaProvider,
DFSchema schema)
This method is invoked when schema is ready. |
void |
schemaStateChanged(DFSchemaProvider.State state)
This method is invoked always when schema provider's status is changed |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DIFUtilities.SchemaReadyRunnable()
| Method Detail |
|---|
public abstract void schemaReady(DFSchemaProvider schemaProvider,
DFSchema schema)
public void schemaClosed()
public void schemaStateChanged(DFSchemaProvider.State state)
public final void propertyChange(PropertyChangeEvent evt)
propertyChange in interface PropertyChangeListener
|
com.im.df.api 5.9 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||