fr.inria.oadymppac.parsing.gentra4cp
Class DefaultScheduleEvent
java.lang.Object
fr.inria.oadymppac.parsing.event.EventImpl
fr.inria.oadymppac.parsing.gentra4cp.BasicEvent
fr.inria.oadymppac.parsing.gentra4cp.BasicScheduleEvent
fr.inria.oadymppac.parsing.gentra4cp.DefaultScheduleEvent
- All Implemented Interfaces:
- java.lang.Cloneable, DTDEventAttributes, DTDScheduleElement, Event, EventAttributes, java.util.EventListener, EventListener, ScheduleAttributes, ScheduleEvent, StateEventListener, StateProvider, UpdateEventListener, UpdateProvider
- public class DefaultScheduleEvent
- extends BasicScheduleEvent
- implements ScheduleEvent, UpdateProvider, UpdateEventListener, StateProvider, StateEventListener
- Author:
- raf
Fields inherited from interface fr.inria.oadymppac.parsing.event.Event |
logger |
Methods inherited from class fr.inria.oadymppac.parsing.gentra4cp.BasicScheduleEvent |
clone, getActions, getChrono, getConstraint, getContext, getDepth, getEventType, getFile, getInfo, getLine, getTime, init, setActions, 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 |
DefaultScheduleEvent
public DefaultScheduleEvent()
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(UpdateEvent ev)
- Specified by:
eventProcess
in interface UpdateEventListener
- Parameters:
ev
-
getState
public StateInfo getState()
- Specified by:
getState
in interface StateProvider
- Returns:
getUpdate
public UpdateInfo getUpdate()
- Specified by:
getUpdate
in interface UpdateProvider
- Returns:
reset
public void reset()
- Specified by:
reset
in interface Event
- Overrides:
reset
in class BasicScheduleEvent
setState
public void setState(StateInfo state)
- Specified by:
setState
in interface StateProvider
- Parameters:
state
-
setUpdate
public void setUpdate(UpdateInfo update)
- Specified by:
setUpdate
in interface UpdateProvider
- Parameters:
update
-
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