org.apache.cocoon.transformation.constrained
Class ElementEventAdapter

java.lang.Object
  extended byorg.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

Constructor Summary
ElementEventAdapter()
           
 
Method Summary
 void containerElementEnded(ContainerElementEndEvent e)
           
 void elementValueRecieved(ElementValueEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementEventAdapter

public ElementEventAdapter()
Method Detail

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.