fr.inria.oadymppac.parsing.gentra4cp
Class BasicAnnotationCommandEvent

java.lang.Object
  extended byfr.inria.oadymppac.parsing.event.EventImpl
      extended byfr.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

Field Summary
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.AnnotationCommandEvent
EVENT_TYPE
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.attributes.AnnotationCommandAttributes
COMMAND_NONE
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.dtd.DTDAnnotationElement
ANNOTATION, IDENTIFIER, NAME, REFERENCES
 
Fields inherited from interface fr.inria.oadymppac.parsing.event.Event
logger
 
Constructor Summary
BasicAnnotationCommandEvent()
           
 
Method Summary
 java.lang.String getCommand()
           
 int getEventType()
           
 Info getInfo()
           
 void init(ContentHandler handler, char[] ch, int start, int length)
           
 void reset()
           
 void setCommand(java.lang.String command)
           
 
Methods inherited from class fr.inria.oadymppac.parsing.event.EventImpl
getAllAttributes, getAnyValue, getSource, init, 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, init, setSource, terminate
 

Constructor Detail

BasicAnnotationCommandEvent

public BasicAnnotationCommandEvent()
Method Detail

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