Interface MappingChangeListener

All Known Implementing Classes:
SubjectMappingProvider

public interface MappingChangeListener

A Receiver performs an action in response to a notification from a Provider.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called by a Provider when its internal state changes.
  • Method Details

    • onMappingChange

      void onMappingChange()

      Called by a Provider when its internal state changes. This should be used to trigger a data refresh.