public abstract static class OfflineDBChooserPanel.InfoListener
extends java.lang.Object
| Constructor and Description |
|---|
OfflineDBChooserPanel.InfoListener() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
infoChanged(OfflineDBChooserPanel.OfflineDatabaseInfo info)
Called when the user changes the chosen offline database, or changes the information for the offline database that will be created.
|
public abstract void infoChanged(OfflineDBChooserPanel.OfflineDatabaseInfo info)
If the given info returns null from OfflineDBChooserPanel.OfflineDatabaseInfo.getOfflineDBObjectProvider() then no provider has been chosen. In that case, if OfflineDBChooserPanel.OfflineDatabaseInfo.getName() returns non-null then a provider will be created with the given name when the panel is commited.
info - the current offline database information from the panel