public interface DirectoryChooserListener
extends java.util.EventListener
WebDirectoryChooserPanel,
WebDirectoryChooser| Modifier and Type | Method and Description |
|---|---|
void |
accepted(java.io.File file)
Notifies about directory selection accept.
|
void |
cancelled()
Notifies about directory selection cancel.
|
void |
selectionChanged(java.io.File file)
Notifies about directory selection changes.
|
void selectionChanged(java.io.File file)
file - newly selected directory or null if none selectedvoid accepted(java.io.File file)
file - newly selected directory or null if none selectedvoid cancelled()