fr.inria.oadymppac.parsing.gentra4cp
Class DefaultProvideElementEvent

java.lang.Object
  extended byfr.inria.oadymppac.parsing.event.EventImpl
      extended byfr.inria.oadymppac.parsing.gentra4cp.DefaultProvideElementEvent
All Implemented Interfaces:
java.lang.Cloneable, Event, ProvideElementEvent

public class DefaultProvideElementEvent
extends EventImpl
implements ProvideElementEvent

Author:
raf

Field Summary
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.ProvideElementEvent
EVENT_TYPE
 
Fields inherited from interface fr.inria.oadymppac.parsing.event.Event
logger
 
Constructor Summary
DefaultProvideElementEvent()
           
 
Method Summary
 int getEventType()
           
 Info getInfo()
           
 void init(ContentHandler handler, org.xml.sax.Attributes atts)
           
 void init(ContentHandler handler, char[] ch, int start, int len)
           
 
Methods inherited from class fr.inria.oadymppac.parsing.event.EventImpl
getAllAttributes, getAnyValue, getSource, reset, 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.event.Event
getAnyValue, getSource, reset, setSource, terminate
 

Constructor Detail

DefaultProvideElementEvent

public DefaultProvideElementEvent()
Method Detail

init

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

init

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

getInfo

public Info getInfo()
             throws java.lang.CloneNotSupportedException
Specified by:
getInfo in interface Event
Throws:
java.lang.CloneNotSupportedException

getEventType

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