Interface I_CmsUpdateListener<T>

Type Parameters:
T - the type of updated items

public interface I_CmsUpdateListener<T>
Handles updates to items of a given type.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onUpdate(List<T> updatedItems)
    Called with a list of items when these items have been updated.
  • Method Details

    • onUpdate

      void onUpdate(List<T> updatedItems)
      Called with a list of items when these items have been updated.

      Parameters:
      updatedItems - the updated items