Interface ReferenceHolder.ChangeCallback

Enclosing interface:
ReferenceHolder

public static interface ReferenceHolder.ChangeCallback
Definition of a callback on changes in a referenced element.
Since:
4.2.414
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called upon a change in the referenced element.
  • Method Details

    • onChange

      void onChange()
      Called upon a change in the referenced element.
      Since:
      4.2.414