com.jtechlabs.ui.widget.directorychooser
Interface DirectoryChooserNameRequestListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
DirectoryChooserDefaultHandler

public interface DirectoryChooserNameRequestListener
extends java.util.EventListener

The listener that is notified that given operation requests new name for the directory.

Version:
1.0
Author:
Aleksey Prochukhan

Method Summary
 void getDirectoryName(DirectoryChooserNameRequestEvent event)
          Called when JDirectoryChooser requests for the new directory name in order to proceed with execution of the current operation (For example: when creating the new directory, or renaming the existing directory).
 

Method Detail

getDirectoryName

public void getDirectoryName(DirectoryChooserNameRequestEvent event)
Called when JDirectoryChooser requests for the new directory name in order to proceed with execution of the current operation (For example: when creating the new directory, or renaming the existing directory).

Parameters:
event - the event object notifies about request to provide the JDirectoryChooser component with new name for the directory.


Copyright © 2005 JTechLabs.com All Rights Reserved.