fr.inria.oadymppac.parsing.gentra4cp
Class BasicStageCommentEvent
java.lang.Object
fr.inria.oadymppac.parsing.event.EventImpl
fr.inria.oadymppac.parsing.gentra4cp.BasicStageCommentEvent
- All Implemented Interfaces:
- java.lang.Cloneable, DTDStageCommentElement, Event, StageCommentAttributes, StageCommentEvent
- Direct Known Subclasses:
- DefaultStageCommentEvent
- public class BasicStageCommentEvent
- extends EventImpl
- implements StageCommentEvent, Event
- Author:
- raf
To change the template for this generated type comment go to
Window - Preferences - Java - Code Generation - Code and Comments
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 |
BasicStageCommentEvent
public BasicStageCommentEvent()
getComment
public java.lang.String getComment()
- Specified by:
getComment
in interface StageCommentAttributes
- Returns:
getInfo
public Info getInfo()
- Specified by:
getInfo
in interface Event
- Returns:
- Returns the info.
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
setComment
public void setComment(java.lang.String comment)
- Specified by:
setComment
in interface StageCommentAttributes
- Parameters:
comment
-
getEventType
public int getEventType()
- Specified by:
getEventType
in interface Event