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 Package collects variants of databases and related classes. 
de.lmu.ifi.dbs.elki.preprocessing Package collects preprocessors used for data preparation in a first step of various algorithms or distance 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 distance function using a preprocessor.
 


Release 0.1 (2008-07-10_1838)