Package org.openscience.cdk.io
Class ReaderEvent
java.lang.Object
java.util.EventObject
org.openscience.cdk.io.ReaderEvent
- All Implemented Interfaces:
Serializable
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
ReaderListener
s.- Author:
- Bradley A. Smith <bradley@baysmith.com>
- See Also:
- Source code:
- main
- Belongs to CDK module:
- io
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
ReaderEvent
Creates a reader event.- Parameters:
source
- the object on which the event initially occurred.
-