Uses of Interface
adams.gui.event.FieldCacheUpdateListener
-
Packages that use FieldCacheUpdateListener Package Description adams.gui.selection -
-
Uses of FieldCacheUpdateListener in adams.gui.selection
Classes in adams.gui.selection that implement FieldCacheUpdateListener Modifier and Type Class Description class
AbstractSelectDatabaseFieldPanel<T extends AbstractField>
A panel for selecting a field (obtained from a database).Fields in adams.gui.selection with type parameters of type FieldCacheUpdateListener Modifier and Type Field Description protected Hashtable<FieldType,HashSet<FieldCacheUpdateListener>>
AbstractFieldCacheItem. m_CacheListeners
the listeners.Methods in adams.gui.selection with parameters of type FieldCacheUpdateListener Modifier and Type Method Description void
AbstractFieldCacheItem. addCacheListener(FieldType fieldtype, FieldCacheUpdateListener l)
Adds a cache listener.void
AbstractFieldCacheItem. removeCacheListener(FieldType fieldtype, FieldCacheUpdateListener l)
Removes a cache listener.
-