org.apache.cocoon.transformation.constrained
Class ElementEventAdapter
java.lang.Object
org.apache.cocoon.transformation.constrained.ElementEventAdapter
- All Implemented Interfaces:
- ElementEventListener, EventListener
- Direct Known Subclasses:
- AbstractConstrainedTransformer.RipperListener
- public abstract class ElementEventAdapter
- extends Object
- implements ElementEventListener
- Version:
- CVS $Id: ElementEventAdapter.java 30941 2004-07-29 19:56:58Z vgritsenko $
- Author:
- Nicola Ken Barozzi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ElementEventAdapter
public ElementEventAdapter()
containerElementEnded
public void containerElementEnded(ContainerElementEndEvent e)
throws Exception
- Specified by:
containerElementEnded
in interface ElementEventListener
- Throws:
Exception
elementValueRecieved
public void elementValueRecieved(ElementValueEvent e)
throws Exception
- Specified by:
elementValueRecieved
in interface ElementEventListener
- Throws:
Exception
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.