Class TfFileSelectorListener

  • All Implemented Interfaces:
    FileSelectorListener

    public class TfFileSelectorListener
    extends java.lang.Object
    implements FileSelectorListener
    * This class tells the Mediator to check the length of the 3 text fields and adjust whether the 3 buttons are enabeld or not.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean fileSelected​(javax.swing.JComponent source, java.lang.String fileString)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TfFileSelectorListener

        public TfFileSelectorListener​(PrefsMediator med)
    • Method Detail

      • fileSelected

        public boolean fileSelected​(javax.swing.JComponent source,
                                    java.lang.String fileString)
        Specified by:
        fileSelected in interface FileSelectorListener