fr.inria.oadymppac.parsing.gentra4cp
Class DefaultPostEvent
java.lang.Object
fr.inria.oadymppac.parsing.event.EventImpl
fr.inria.oadymppac.parsing.gentra4cp.BasicEvent
fr.inria.oadymppac.parsing.gentra4cp.BasicPostEvent
fr.inria.oadymppac.parsing.gentra4cp.DefaultPostEvent
- All Implemented Interfaces:
- java.lang.Cloneable, DTDEventAttributes, DTDPostElement, Event, EventAttributes, EventListener, java.util.EventListener, PostAttributes, PostEvent, StateEventListener, StateProvider
- public class DefaultPostEvent
- extends BasicPostEvent
- implements PostEvent, StateProvider, StateEventListener
- Author:
- raf
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.PostEvent |
EVENT_TYPE |
Fields inherited from interface fr.inria.oadymppac.parsing.event.Event |
logger |
Methods inherited from class fr.inria.oadymppac.parsing.gentra4cp.BasicPostEvent |
clone, getChrono, getConstraint, getContext, getDepth, getEventType, getFile, getInfo, getLine, getTime, init, setChrono, setConstraint, setContext, setDepth, setFile, setLine, setTime |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.attributes.EventAttributes |
getChrono, getContext, getDepth, getFile, getLine, getTime, setChrono, setContext, setDepth, setFile, setLine, setTime |
DefaultPostEvent
public DefaultPostEvent()
reset
public void reset()
- Specified by:
reset
in interface Event
- Overrides:
reset
in class BasicPostEvent
eventProcess
public void eventProcess(Event e)
- Specified by:
eventProcess
in interface EventListener
getState
public StateInfo getState()
- Specified by:
getState
in interface StateProvider
- Returns:
setState
public void setState(StateInfo state)
- Specified by:
setState
in interface StateProvider
- Parameters:
state
-
eventProcess
public void eventProcess(StateEvent ev)
- Specified by:
eventProcess
in interface StateEventListener
- Parameters:
ev
-
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