Interface IDataProviderListener
-
- All Known Implementing Classes:
Annotation
,CircleAnnotation
,CrossAnnotation
,Trace
public interface IDataProviderListener
A listener on data provider data change.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
dataChanged(IDataProvider dataProvider)
This method will be notified by data provider whenever the data changed in data provider
-
-
-
Method Detail
-
dataChanged
void dataChanged(IDataProvider dataProvider)
This method will be notified by data provider whenever the data changed in data provider
-
-