Uses of Interface
org.openscience.cdk.io.listener.IChemObjectIOListener
-
Packages that use IChemObjectIOListener Package Description org.openscience.cdk.io org.openscience.cdk.io.listener org.openscience.cdk.io.random -
-
Uses of IChemObjectIOListener in org.openscience.cdk.io
Methods in org.openscience.cdk.io that return types with arguments of type IChemObjectIOListener Modifier and Type Method Description List<IChemObjectIOListener>ChemObjectIO. getListeners()Access all the listeners for this ChemObject Reader or Writer.Collection<IChemObjectIOListener>IChemObjectIO. getListeners()Access all the listeners for this ChemObject Reader or Writer.Methods in org.openscience.cdk.io with parameters of type IChemObjectIOListener Modifier and Type Method Description voidChemObjectIO. 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.listener Modifier and Type Interface Description interfaceIReaderListenerAllows monitoring of progress of file reader activities.interfaceIWriterListenerAllows monitoring of progress of writing activities.Classes in org.openscience.cdk.io.listener that implement IChemObjectIOListener Modifier and Type Class Description classPropertiesListenerAnswers the questions by looking up the values in a Properties object.classSwingGUIListenerAllows processing of IOSetting quesions which are passed to the user by using Swing dialogs.classTextGUIListenerAllows 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 IChemObjectIOListener Modifier and Type Method Description voidDefaultRandomAccessChemObjectReader. addChemObjectIOListener(IChemObjectIOListener listener)voidRandomAccessReader. addChemObjectIOListener(IChemObjectIOListener listener)voidDefaultRandomAccessChemObjectReader. removeChemObjectIOListener(IChemObjectIOListener listener)voidRandomAccessReader. removeChemObjectIOListener(IChemObjectIOListener listener)
-