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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onUpdate​(java.util.List<T> updatedItems)
      Called with a list of items when these items have been updated.
    • Method Detail

      • onUpdate

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

        Parameters:
        updatedItems - the updated items