Package org.openscience.cdk.io.listener
Interface IChemObjectIOListener
- All Superinterfaces:
EventListener
- All Known Subinterfaces:
IReaderListener
,IWriterListener
- All Known Implementing Classes:
PropertiesListener
,SwingGUIListener
,TextGUIListener
Allows monitoring of progress of file reader activities.
- Author:
- Egon Willighagen
- Source code:
- main
- Belongs to CDK module:
- io
-
Method Summary
Modifier and TypeMethodDescriptionvoid
processIOSettingQuestion
(IOSetting setting) Prompted when the IO filter needs information to process the file.
-
Method Details
-
processIOSettingQuestion
Prompted when the IO filter needs information to process the file. The ReaderListener may redirect this question to the user, disregard it (and let the Reader take the default), or answer it itself.
-