Package adams.gui.event
Interface FieldCacheUpdateListener
-
- All Known Implementing Classes:
AbstractSelectDatabaseFieldPanel
public interface FieldCacheUpdateListener
Interface for field cache update listeners.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
cacheUpdated(FieldCacheUpdateEvent e)
Gets triggered when the cache gets updated.
-
-
-
Method Detail
-
cacheUpdated
void cacheUpdated(FieldCacheUpdateEvent e)
Gets triggered when the cache gets updated.- Parameters:
e
- the event
-
-