Package org.apache.fop.layoutmgr
Interface ElementListObserver.Observer
-
- Enclosing class:
- ElementListObserver
public static interface ElementListObserver.ObserverImplement this interface to receive notifications on element lists.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidobserve(java.util.List elementList, java.lang.String category, java.lang.String id)Notifies the observer about the element list.
-
-
-
Method Detail
-
observe
void observe(java.util.List elementList, java.lang.String category, java.lang.String id)Notifies the observer about the element list.- Parameters:
elementList- the Knuth element listcategory- the category for the element list (example: main, static-content or table-cell)id- ID for the element list (may be null)
-
-