public static interface ElementListObserver.Observer
Modifier and Type | Method and Description |
---|---|
void |
observe(java.util.List elementList,
java.lang.String category,
java.lang.String id)
Notifies the observer about the element list.
|
void observe(java.util.List elementList, java.lang.String category, java.lang.String id)
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-2017 The Apache Software Foundation. All Rights Reserved.