public interface FileSelectorListener
addFileSelectorListener method.
When the fileSelector event occurs, that object's appropriate method is invoked.
// * @see FileSelectorEvent| Modifier and Type | Method and Description |
|---|---|
boolean |
fileSelected(JComponent source,
String fileString)
File selected.
|
boolean fileSelected(JComponent source, String fileString)
source - the sourcefileString - the file stringCopyright © 2006–2022 The Apache Software Foundation. All rights reserved.