org.openscience.cdk.io
Class ReaderEvent
java.lang.Object
java.util.EventObject
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
ReaderEvent
public ReaderEvent(Object source)
- Creates a reader event.
- Parameters:
source - the object on which the event initially occurred.