fr.inria.oadymppac.parsing.gentra4cp
Class DefaultCauseEvent
java.lang.Object
fr.inria.oadymppac.parsing.event.EventImpl
fr.inria.oadymppac.parsing.gentra4cp.BasicCauseEvent
fr.inria.oadymppac.parsing.gentra4cp.DefaultCauseEvent
- All Implemented Interfaces:
- CauseAttributes, CauseEvent, CauseTypeAttribute, java.lang.Cloneable, DTDCauseElement, DTDCauseTypeAttribute, Event, EventListener, java.util.EventListener, RangeEventListener, ValueListProvider, ValuesEventListener
- public class DefaultCauseEvent
- extends BasicCauseEvent
- implements CauseEvent, ValueListProvider, RangeEventListener, ValuesEventListener
- Author:
- raf
Fields inherited from interface fr.inria.oadymppac.parsing.event.Event |
logger |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultCauseEvent
public DefaultCauseEvent()
reset
public void reset()
- Specified by:
reset
in interface Event
- Overrides:
reset
in class BasicCauseEvent
eventProcess
public void eventProcess(RangeEvent ev)
- Specified by:
eventProcess
in interface RangeEventListener
eventProcess
public void eventProcess(ValuesEvent ev)
- Specified by:
eventProcess
in interface ValuesEventListener
eventProcess
public void eventProcess(Event e)
- Specified by:
eventProcess
in interface EventListener
getValueList
public ValueListInfo getValueList()
- Specified by:
getValueList
in interface ValueListProvider
- Returns:
setValueList
public void setValueList(ValueListInfo valueList)
- Specified by:
setValueList
in interface ValueListProvider
- Parameters:
valueList
-
processEnd
public void processEnd()
- Specified by:
processEnd
in interface EventListener
processInstruction
public void processInstruction(java.lang.String target,
java.lang.String data)
- Specified by:
processInstruction
in interface EventListener
processStart
public void processStart()
- Specified by:
processStart
in interface EventListener