Package elki.visualization.svg
Interface UpdateSynchronizer
-
- All Known Implementing Classes:
JSVGUpdateSynchronizer
public interface UpdateSynchronizerAPI to synchronize updates- Since:
- 0.3
- Author:
- Erich Schubert
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidactivate()This method is called whenever a new pending event was added.voidaddUpdateRunner(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-
-
-