de.lmu.ifi.dbs.elki.database.datastore
Interface DataStoreListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
AbstractTooltipVisualization, BubbleVisualization, ClusteringVisualization, ClusterOrderVisualization, DotVisualization, PolygonVisualization, SelectionConvexHullVisualization, SelectionDotVisualization, SelectionTableWindow, ThumbnailVisualization, TooltipScoreVisualization, TooltipStringVisualization, TreeMBRVisualization, TreeSphereVisualization, VisualizerContext

public interface DataStoreListener
extends EventListener

Defines the interface for an object that listens to changes in a DataStore.

See Also:
DataStore, DataStoreEvent

Method Summary
 void contentChanged(DataStoreEvent e)
          Invoked after objects of the datastore have been updated, inserted or removed in some way.
 

Method Detail

contentChanged

void contentChanged(DataStoreEvent e)
Invoked after objects of the datastore have been updated, inserted or removed in some way.

Parameters:
e - the update event

Release 0.4.0 (2011-09-20_1324)