crlparser
Class ParserEvent

java.lang.Object
  extended by java.util.EventObject
      extended by crlparser.ParserEvent
All Implemented Interfaces:
java.io.Serializable

public class ParserEvent
extends java.util.EventObject

Version:
Jan 2, 2004 A simple ParserEvent - this is done in order to have more control on the Parser it self and its runtime. This should be enough to have a good control over the whole process Parser -> Code -> Execution
Author:
Martin Lukac
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ParserEvent(java.lang.Object o)
           
 
Method Summary
 java.lang.Object getData()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParserEvent

public ParserEvent(java.lang.Object o)
Method Detail

getData

public java.lang.Object getData()
Returns: