fr.inria.oadymppac.examples.parsing
Class SingleComplementEventListener

java.lang.Object
  extended byfr.inria.oadymppac.parsing.event.EventListenerImpl
      extended byfr.inria.oadymppac.examples.parsing.SingleComplementEventListener
All Implemented Interfaces:
ComplementEventListener, EventListener, java.util.EventListener

public class SingleComplementEventListener
extends EventListenerImpl
implements ComplementEventListener

An example of a Complement Handler Basically its only display the event. It must be generally used with other handler and delegate sub tag to a standard listener, ensuring this way a same behaviour with or without a complement

Author:
raf

Field Summary
 
Fields inherited from interface fr.inria.oadymppac.parsing.event.EventListener
logger
 
Constructor Summary
SingleComplementEventListener()
           
 
Method Summary
 void eventProcess(ComplementEvent ev)
           
 
Methods inherited from class fr.inria.oadymppac.parsing.event.EventListenerImpl
eventProcess, processEnd, processInstruction, processStart
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface fr.inria.oadymppac.parsing.event.EventListener
eventProcess, processEnd, processInstruction, processStart
 

Constructor Detail

SingleComplementEventListener

public SingleComplementEventListener()
Method Detail

eventProcess

public void eventProcess(ComplementEvent ev)
Specified by:
eventProcess in interface ComplementEventListener