Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Interface
de.lmu.ifi.dbs.elki.database.DatabaseListener

Packages that use DatabaseListener
de.lmu.ifi.dbs.elki.database ELKI database layer - loading, storing, indexing and accessing data 
de.lmu.ifi.dbs.elki.preprocessing Preprocessors used for data preparation in a first step of various algorithms or distance and similarity measures. 
 

Uses of DatabaseListener in de.lmu.ifi.dbs.elki.database
 

Fields in de.lmu.ifi.dbs.elki.database with type parameters of type DatabaseListener
protected  List<DatabaseListener> AbstractDatabase.listenerList
          Holds the listener of this database.
 

Methods in de.lmu.ifi.dbs.elki.database with parameters of type DatabaseListener
 void Database.addDatabaseListener(DatabaseListener l)
          Adds a listener for the DatabaseEvent posted after the database changes.
 void AbstractDatabase.addDatabaseListener(DatabaseListener l)
          Adds a listener for the DatabaseEvent posted after the database changes.
 void Database.removeDatabaseListener(DatabaseListener l)
          Removes a listener previously added with addTreeModelListener.
 void AbstractDatabase.removeDatabaseListener(DatabaseListener l)
          Removes a listener previously added with addTreeModelListener.
 

Uses of DatabaseListener in de.lmu.ifi.dbs.elki.preprocessing
 

Classes in de.lmu.ifi.dbs.elki.preprocessing that implement DatabaseListener
 class PreprocessorHandler<O extends DatabaseObject,P extends Preprocessor<O>>
          Handler class for all objects (e.g. distance functions) using a preprocessor running on a certain database.
 


Release 0.2.1 (2009-07-13_1605)