org.apache.fop.layoutmgr

Interface ElementListObserver.Observer

public static interface ElementListObserver.Observer

Implement this interface to receive notifications on element lists.

Method Summary

void
observe(List elementList, String category, String id)
Notifies the observer about the element list.

Method Details

observe

public 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)

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.