Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

de.lmu.ifi.dbs.elki.visualization.svg
Interface UpdateSynchronizer

All Known Implementing Classes:
JSVGUpdateSynchronizer

public interface UpdateSynchronizer

API to synchronize updates

Author:
Erich Schubert

Method Summary
 void activate()
          This method is called whenever a new pending event was added.
 void addUpdateRunner(UpdateRunner updateRunner)
          Set an update runner to use.
 

Method Detail

activate

void activate()
This method is called whenever a new pending event was added.


addUpdateRunner

void addUpdateRunner(UpdateRunner updateRunner)
Set an update runner to use.

Parameters:
updateRunner -

Release 0.3 (2010-03-31_1612)