Interface UpdateSubscriber

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface UpdateSubscriber
Interface to be notified by a Manager when changes are made.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notify that any write operation was performed (create/update/delete)
  • Method Details

    • notifyChanged

      void notifyChanged()
      Notify that any write operation was performed (create/update/delete)