Interface IDataProviderListener
-
- All Known Implementing Classes:
Annotation,CircleAnnotation,CrossAnnotation,Trace
public interface IDataProviderListenerA listener on data provider data change.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddataChanged(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
-
-