Interface FileSelectorListener

  • All Known Implementing Classes:
    CpmPanel

    public interface FileSelectorListener
    The listener interface for receiving fileSelector events. The class that is interested in processing a fileSelector event implements this interface, and the object created with that class is registered with a component using the component's addFileSelectorListener method. When the fileSelector event occurs, that object's appropriate method is invoked. // * @see FileSelectorEvent
    • Method Detail

      • fileSelected

        boolean fileSelected​(javax.swing.JComponent source,
                             java.lang.String fileString)
        File selected.
        Parameters:
        source - the source
        fileString - the file string
        Returns:
        true, if successful