fr.inria.oadymppac.parsing.gentra4cp
Class BasicAnnotationCommandEvent
java.lang.Object
fr.inria.oadymppac.parsing.event.EventImpl
fr.inria.oadymppac.parsing.gentra4cp.BasicAnnotationCommandEvent
- All Implemented Interfaces:
- AnnotationCommandAttributes, AnnotationCommandEvent, java.lang.Cloneable, DTDAnnotationElement, Event
- Direct Known Subclasses:
- DefaultAnnotationCommandEvent
- public class BasicAnnotationCommandEvent
- extends EventImpl
- implements AnnotationCommandEvent, 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 |
BasicAnnotationCommandEvent
public BasicAnnotationCommandEvent()
getCommand
public java.lang.String getCommand()
- Specified by:
getCommand
in interface AnnotationCommandAttributes
- 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
setCommand
public void setCommand(java.lang.String command)
- Specified by:
setCommand
in interface AnnotationCommandAttributes
- Parameters:
command
-
getEventType
public int getEventType()
- Specified by:
getEventType
in interface Event