Class SwingGUIListener

    • Constructor Detail

    • Method Detail

      • frameRead

        public void frameRead​(ReaderEvent event)
        Description copied from interface: IReaderListener
        Indicates that a new frame has been read.
        Specified by:
        frameRead in interface IReaderListener
        Parameters:
        event - information about the event.
      • processIOSettingQuestion

        public void processIOSettingQuestion​(IOSetting setting)
        Processes the IOSettings by listing the question, giving the options and asking the user to provide their choice.

        Note: if the input reader is null, then the method does not wait for an answer, and takes the default.

        Specified by:
        processIOSettingQuestion in interface IChemObjectIOListener