fr.inria.oadymppac.parsing.gentra4cp
Class BasicResumeStageEvent

java.lang.Object
  extended byfr.inria.oadymppac.parsing.event.EventImpl
      extended byfr.inria.oadymppac.parsing.gentra4cp.BasicEvent
          extended byfr.inria.oadymppac.parsing.gentra4cp.BasicStageEvent
              extended byfr.inria.oadymppac.parsing.gentra4cp.BasicResumeStageEvent
All Implemented Interfaces:
java.lang.Cloneable, DTDEventAttributes, DTDStageAttributes, Event, EventAttributes, ResumeStageEvent, StageAttributes
Direct Known Subclasses:
DefaultResumeStageEvent

public class BasicResumeStageEvent
extends BasicStageEvent
implements ResumeStageEvent

Author:
raf

Field Summary
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.ResumeStageEvent
EVENT_TYPE
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.attributes.EventAttributes
CHRONO_NONE, CONTEXT_NONE, DEPTH_NONE, FILE_NONE, LINE_NONE, TIME_NONE
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.dtd.DTDEventAttributes
CHRONO, CONTEXT, DEPTH, FILE, LINE, TIME
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.attributes.StageAttributes
STAGE_NONE
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.dtd.DTDStageAttributes
STAGE
 
Fields inherited from interface fr.inria.oadymppac.parsing.event.Event
logger
 
Constructor Summary
BasicResumeStageEvent()
           
 
Method Summary
 int getEventType()
           
 void init(ContentHandler handler, org.xml.sax.Attributes atts)
           
 
Methods inherited from class fr.inria.oadymppac.parsing.gentra4cp.BasicStageEvent
getChrono, getContext, getDepth, getFile, getInfo, getLine, getStage, getTime, reset, setChrono, setContext, setDepth, setFile, setLine, setStage, setTime
 
Methods inherited from class fr.inria.oadymppac.parsing.event.EventImpl
getAllAttributes, getAnyValue, getSource, init, setAllAttributes, setSource, terminate
 
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
 
Methods inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.attributes.StageAttributes
getStage, setStage
 
Methods inherited from interface fr.inria.oadymppac.parsing.event.Event
getAnyValue, getInfo, getSource, init, reset, setSource, terminate
 

Constructor Detail

BasicResumeStageEvent

public BasicResumeStageEvent()
Method Detail

getEventType

public int getEventType()
Specified by:
getEventType in interface Event

init

public void init(ContentHandler handler,
                 org.xml.sax.Attributes atts)
Specified by:
init in interface Event
Overrides:
init in class BasicStageEvent