Package org.openscience.cdk.io.listener
Interface IReaderListener
- All Superinterfaces:
EventListener
,IChemObjectIOListener
- All Known Implementing Classes:
PropertiesListener
,SwingGUIListener
,TextGUIListener
Allows monitoring of progress of file reader activities.
- Author:
- Bradley A. Smith <bradley@baysmith.com>
- Source code:
- main
- Belongs to CDK module:
- io
-
Method Summary
Modifier and TypeMethodDescriptionvoid
frameRead
(ReaderEvent event) Indicates that a new frame has been read.Methods inherited from interface org.openscience.cdk.io.listener.IChemObjectIOListener
processIOSettingQuestion
-
Method Details
-
frameRead
Indicates that a new frame has been read.- Parameters:
event
- information about the event.
-