Uses of Interface
org.openscience.cdk.io.listener.IChemObjectIOListener
Packages that use IChemObjectIOListener
Package
Description
-
Uses of IChemObjectIOListener in org.openscience.cdk.io
Methods in org.openscience.cdk.io that return types with arguments of type IChemObjectIOListenerModifier and TypeMethodDescriptionChemObjectIO.getListeners()Access all the listeners for this ChemObject Reader or Writer.IChemObjectIO.getListeners()Access all the listeners for this ChemObject Reader or Writer.Methods in org.openscience.cdk.io with parameters of type IChemObjectIOListenerModifier and TypeMethodDescriptionvoidChemObjectIO.addChemObjectIOListener(IChemObjectIOListener listener) Adds aIChemObjectIOListenerto this IChemObjectIO.voidIChemObjectIO.addChemObjectIOListener(IChemObjectIOListener listener) Adds aIChemObjectIOListenerto this IChemObjectIO.voidChemObjectIO.removeChemObjectIOListener(IChemObjectIOListener listener) Removes aIChemObjectIOListenerfrom this IChemObjectIO.voidIChemObjectIO.removeChemObjectIOListener(IChemObjectIOListener listener) Removes aIChemObjectIOListenerfrom this IChemObjectIO. -
Uses of IChemObjectIOListener in org.openscience.cdk.io.listener
Subinterfaces of IChemObjectIOListener in org.openscience.cdk.io.listenerModifier and TypeInterfaceDescriptioninterfaceAllows monitoring of progress of file reader activities.interfaceAllows monitoring of progress of writing activities.Classes in org.openscience.cdk.io.listener that implement IChemObjectIOListenerModifier and TypeClassDescriptionclassAnswers the questions by looking up the values in a Properties object.classAllows processing of IOSetting quesions which are passed to the user by using Swing dialogs.classAllows processing of IOSetting quesions which are passed to the user by using the System.out and System.in by default. -
Uses of IChemObjectIOListener in org.openscience.cdk.io.random
Methods in org.openscience.cdk.io.random with parameters of type IChemObjectIOListenerModifier and TypeMethodDescriptionvoidDefaultRandomAccessChemObjectReader.addChemObjectIOListener(IChemObjectIOListener listener) voidRandomAccessReader.addChemObjectIOListener(IChemObjectIOListener listener) voidDefaultRandomAccessChemObjectReader.removeChemObjectIOListener(IChemObjectIOListener listener) voidRandomAccessReader.removeChemObjectIOListener(IChemObjectIOListener listener)