fr.inria.oadymppac.parsing.gentra4cp
Class DefaultCreatorEvent
java.lang.Object
fr.inria.oadymppac.parsing.event.EventImpl
fr.inria.oadymppac.parsing.gentra4cp.DefaultCreatorEvent
- All Implemented Interfaces:
- java.lang.Cloneable, CreatorAttributes, CreatorEvent, Event
- public class DefaultCreatorEvent
- extends EventImpl
- implements CreatorEvent
- Author:
- raf
Fields inherited from interface fr.inria.oadymppac.parsing.event.Event |
logger |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultCreatorEvent
public DefaultCreatorEvent()
getCreator
public java.lang.String getCreator()
- Specified by:
getCreator
in interface CreatorEvent
- Returns:
- Returns the creator.
setCreator
public void setCreator(java.lang.String creator)
- Specified by:
setCreator
in interface CreatorEvent
- Parameters:
creator
- The creator to set.
init
public void init(ContentHandler handler,
char[] ch,
int start,
int length)
- Specified by:
init
in interface Event
- Overrides:
init
in class EventImpl
reset
public void reset()
- Specified by:
reset
in interface Event
- Overrides:
reset
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