fr.inria.oadymppac.parsing.event
Class NoneEvent

java.lang.Object
  extended byfr.inria.oadymppac.parsing.event.EventImpl
      extended byfr.inria.oadymppac.parsing.event.NoneEvent
All Implemented Interfaces:
java.lang.Cloneable, Event

public class NoneEvent
extends EventImpl

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.event.Event
logger
 
Constructor Summary
NoneEvent()
           
 
Method Summary
 int getEventType()
           
 Info getInfo()
           
 
Methods inherited from class fr.inria.oadymppac.parsing.event.EventImpl
getAllAttributes, getAnyValue, getSource, init, init, reset, setAllAttributes, setSource, terminate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoneEvent

public NoneEvent()
Method Detail

getInfo

public Info getInfo()
             throws java.lang.CloneNotSupportedException
Throws:
java.lang.CloneNotSupportedException

getEventType

public int getEventType()