Package dataMap
Interface DataMapObserver
- All Known Implementing Classes:
DataStreamPanel
public interface DataMapObserver
Class to allow datamaps to update and notify the data map viewer each time
they get additional data added (or even removed) as we start to use datamaps
in real time.
- Author:
- dg50
-
Method Summary
Modifier and TypeMethodDescriptionvoid
updateDataMap
(OfflineDataMap dataMap, OfflineDataMapPoint dataMapPoint)
-
Method Details
-
updateDataMap
-