fr.inria.oadymppac.parsing.gentra4cp
Class DefaultRestoreEvent
java.lang.Object
fr.inria.oadymppac.parsing.event.EventImpl
fr.inria.oadymppac.parsing.gentra4cp.BasicEvent
fr.inria.oadymppac.parsing.gentra4cp.BasicRestoreEvent
fr.inria.oadymppac.parsing.gentra4cp.DefaultRestoreEvent
- All Implemented Interfaces:
- java.lang.Cloneable, DeltaEventListener, DeltaListProvider, DTDEventAttributes, DTDRestoreElement, Event, EventAttributes, java.util.EventListener, EventListener, RestoreAttributes, RestoreEvent, StateEventListener, StateProvider
- public class DefaultRestoreEvent
- extends BasicRestoreEvent
- implements RestoreEvent, DeltaListProvider, DeltaEventListener, StateProvider, StateEventListener
- Author:
- raf
Fields inherited from interface fr.inria.oadymppac.parsing.event.Event |
logger |
Methods inherited from class fr.inria.oadymppac.parsing.gentra4cp.BasicRestoreEvent |
clone, getChrono, getContext, getDepth, getEventType, getFile, getInfo, getLine, getTime, getVariable, init, setChrono, setContext, setDepth, setFile, setLine, setTime, setVariable |
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 |
DefaultRestoreEvent
public DefaultRestoreEvent()
eventProcess
public void eventProcess(Event e)
- Specified by:
eventProcess
in interface EventListener
eventProcess
public void eventProcess(StateEvent ev)
- Specified by:
eventProcess
in interface StateEventListener
- Parameters:
ev
-
eventProcess
public void eventProcess(DeltaEvent ev)
- Specified by:
eventProcess
in interface DeltaEventListener
- Parameters:
ev
-
getState
public StateInfo getState()
- Specified by:
getState
in interface StateProvider
- Returns:
getDeltaList
public DeltaListInfo getDeltaList()
- Specified by:
getDeltaList
in interface DeltaListProvider
- Returns:
reset
public void reset()
- Specified by:
reset
in interface Event
- Overrides:
reset
in class BasicRestoreEvent
setState
public void setState(StateInfo state)
- Specified by:
setState
in interface StateProvider
- Parameters:
state
-
setDeltaList
public void setDeltaList(DeltaListInfo deltaList)
- Specified by:
setDeltaList
in interface DeltaListProvider
- Parameters:
deltaList
-
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