Package org.apache.cocoon.xml.dom
Interface DOMBuilder.Listener
-
- Enclosing class:
- DOMBuilder
public static interface DOMBuilder.ListenerThe Listener interface must be implemented by those objects willing to be notified of a successful DOM tree generation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotify(org.w3c.dom.Document doc)Receive notification of a successfully completed DOM tree generation.
-