fr.inria.oadymppac.parsing.gentra4cp
Class DefaultDescriptionEvent
java.lang.Object
fr.inria.oadymppac.parsing.event.EventImpl
fr.inria.oadymppac.parsing.gentra4cp.DefaultDescriptionEvent
- All Implemented Interfaces:
- java.lang.Cloneable, DescriptionAttributes, DescriptionEvent, Event
- public class DefaultDescriptionEvent
- extends EventImpl
- implements DescriptionEvent
- 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 |
DefaultDescriptionEvent
public DefaultDescriptionEvent()
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription
in interface DescriptionEvent
- Returns:
- Returns the description.
setDescription
public void setDescription(java.lang.String description)
- Specified by:
setDescription
in interface DescriptionEvent
- Parameters:
description
- The description 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