org.openscience.cdk.io
Class ReaderEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.openscience.cdk.io.ReaderEvent
All Implemented Interfaces:
Serializable

public class ReaderEvent
extends EventObject

Signals that something has happened in a file reader. This class is primarily in place for future development when additional information may be passed to ReaderListeners.

Author:
Bradley A. Smith
See Also:
Serialized Form
Belongs to CDK module:
io
Source code:
cdk-1.4.x

Constructor Summary
ReaderEvent(Object source)
          Creates a reader event.
 
Method Summary
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReaderEvent

public ReaderEvent(Object source)
Creates a reader event.

Parameters:
source - the object on which the event initially occurred.