Interface FileSelectorListener
-
- All Known Implementing Classes:
TfFileSelectorListener
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'saddFileSelectorListener
method. When the fileSelector event occurs, that object's appropriate method is invoked. // * @see FileSelectorEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
fileSelected(javax.swing.JComponent source, java.lang.String fileString)
File selected.
-