Interface ElementListObserver.Observer

Enclosing class:
ElementListObserver

public static interface ElementListObserver.Observer
Implement this interface to receive notifications on element lists.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    observe(List elementList, String category, String id)
    Notifies the observer about the element list.
  • Method Details

    • observe

      void observe(List elementList, String category, String id)
      Notifies the observer about the element list.
      Parameters:
      elementList - the Knuth element list
      category - the category for the element list (example: main, static-content or table-cell)
      id - ID for the element list (may be null)