fr.inria.oadymppac.parsing.event
Class EventImpl

java.lang.Object
  extended byfr.inria.oadymppac.parsing.event.EventImpl
All Implemented Interfaces:
java.lang.Cloneable, Event
Direct Known Subclasses:
BasicAnnotationCommandEvent, BasicCauseEvent, BasicChoiceConstraintEvent, BasicConstraintEvent, BasicConstraintsEvent, BasicDeltaEvent, BasicEvent, BasicExplanationEvent, BasicStageCommentEvent, BasicStateMiscEvent, BasicUpdateEvent, BasicVarDomainEvent, BasicVariableEvent, BasicVariablesEvent, DefaultBreakPointEvent, DefaultChecksumEvent, DefaultComplementEvent, DefaultContributorEvent, DefaultCreatorEvent, DefaultDateEvent, DefaultDescriptionEvent, DefaultIdentifierEvent, DefaultPacketEvent, DefaultParametersEvent, DefaultProvideElementEvent, DefaultProvideEvent, DefaultRangeEvent, DefaultRightsEvent, DefaultSolverEvent, DefaultSourceEvent, DefaultValuesEvent, NoneEvent

public abstract class EventImpl
extends java.lang.Object
implements Event

Author:
raf

Field Summary
 
Fields inherited from interface fr.inria.oadymppac.parsing.event.Event
logger
 
Constructor Summary
EventImpl()
           
 
Method Summary
 org.xml.sax.Attributes getAllAttributes()
           
 java.lang.String getAnyValue(java.lang.String name)
           
 ContentHandler getSource()
           
 void init(ContentHandler handler, org.xml.sax.Attributes atts)
           
 void init(ContentHandler handler, char[] ch, int start, int length)
           
 void reset()
           
 void setAllAttributes(org.xml.sax.Attributes allAttributes)
           
 void setSource(ContentHandler source)
           
 void 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.event.Event
getEventType, getInfo
 

Constructor Detail

EventImpl

public EventImpl()
Method Detail

getAnyValue

public java.lang.String getAnyValue(java.lang.String name)
Specified by:
getAnyValue in interface Event

init

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

init

public void init(ContentHandler handler,
                 char[] ch,
                 int start,
                 int length)
Specified by:
init in interface Event

terminate

public void terminate()
Specified by:
terminate in interface Event

reset

public void reset()
Specified by:
reset in interface Event

getSource

public ContentHandler getSource()
Specified by:
getSource in interface Event
Returns:
Returns the source.

setSource

public void setSource(ContentHandler source)
Specified by:
setSource in interface Event
Parameters:
source - The source to set.

getAllAttributes

public org.xml.sax.Attributes getAllAttributes()
Returns:
Returns the allAttributes.

setAllAttributes

public void setAllAttributes(org.xml.sax.Attributes allAttributes)
Parameters:
allAttributes - The allAttributes to set.