org.apache.fop.layoutmgr
Interface ElementListObserver.Observer
public static interface ElementListObserver.Observer
Implement this interface to receive notifications on element lists.
void | observe(List elementList, String category, String id)- Notifies the observer about the element list.
|
observe
public void observe(List elementList,
String category,
String id) Notifies the observer about the element list.
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)
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.