fr.inria.oadymppac.parsing.gentra4cp
Class DefaultPacketEvent
java.lang.Object
fr.inria.oadymppac.parsing.event.EventImpl
fr.inria.oadymppac.parsing.gentra4cp.DefaultPacketEvent
- All Implemented Interfaces:
- java.lang.Cloneable, DTDPacketElement, Event, PacketAttributes, PacketEvent
- public class DefaultPacketEvent
- extends EventImpl
- implements PacketEvent
- 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 |
DefaultPacketEvent
public DefaultPacketEvent()
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Throws:
java.lang.CloneNotSupportedException
init
public void init(ContentHandler handler,
org.xml.sax.Attributes atts)
- 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
getControl
public java.lang.String getControl()
- Specified by:
getControl
in interface PacketAttributes
- Returns:
setControl
public void setControl(java.lang.String control)
- Specified by:
setControl
in interface PacketAttributes
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