| Package | Description |
|---|---|
| org.openscience.cdk.io | |
| org.openscience.cdk.io.listener |
| Modifier and Type | Method and Description |
|---|---|
Collection<IChemObjectIOListener> |
IChemObjectIO.getListeners()
Access all the listeners for this ChemObject Reader or Writer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IChemObjectIO.addChemObjectIOListener(IChemObjectIOListener listener)
Adds a
IChemObjectIOListener to this IChemObjectIO. |
void |
IChemObjectIO.removeChemObjectIOListener(IChemObjectIOListener listener)
Removes a
IChemObjectIOListener from this IChemObjectIO. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IReaderListener
Allows monitoring of progress of file reader activities.
|
interface |
IWriterListener
Allows monitoring of progress of writing activities.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PropertiesListener
Answers the questions by looking up the values in a Properties
object.
|
Copyright © 2017. All rights reserved.