com.jtechlabs.ui.widget.directorychooser
Interface DirectoryChooserSelectionListener
- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- DirectoryChooserDefaultHandler
- public interface DirectoryChooserSelectionListener
- extends java.util.EventListener
The listener that's notified when the selection in a JDirectoryChooser
changes.
- Version:
- 1.0
- Author:
- Aleksey Prochukhan
valueChanged
public void valueChanged(DirectoryChooserSelectionEvent event)
- Called whenever the selection in a
JDirectoryChooser
changes.
- Parameters:
event
- the event object that contains information about new selection.
Copyright © 2005 JTechLabs.com All Rights Reserved.