Interface IDataProviderListener

All Known Implementing Classes:
Annotation, CircleAnnotation, CrossAnnotation, Trace

public interface IDataProviderListener
A listener on data provider data change.
  • Method Summary

    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 Details

    • dataChanged

      void dataChanged​(IDataProvider dataProvider)
      This method will be notified by data provider whenever the data changed in data provider