com.jtechlabs.ui.widget.directorychooser
Interface DirectoryChooserErrorListener

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

public interface DirectoryChooserErrorListener
extends java.util.EventListener

The listener that's notified about runtime errors in the JDirectoryChooser component.

Version:
1.0
Author:
Aleksey Prochukhan

Method Summary
 void copyError(DirectoryChooserErrorEvent event)
          Recieves notification of the directory copying error.
 void createError(DirectoryChooserErrorEvent event)
          Recieves notification of the directory creating error.
 void deleteError(DirectoryChooserErrorEvent event)
          Recieves notification of the directory deleting error.
 void generalError(DirectoryChooserErrorEvent event)
          Recieves notification of all unknown errors occured.
 void moveError(DirectoryChooserErrorEvent event)
          Recieves notification of the directory moving error.
 void renameError(DirectoryChooserErrorEvent event)
          Receives notification of the directory renaming error.
 

Method Detail

createError

public void createError(DirectoryChooserErrorEvent event)
Recieves notification of the directory creating error.

Parameters:
event - the event object that contains information about an error.

deleteError

public void deleteError(DirectoryChooserErrorEvent event)
Recieves notification of the directory deleting error.

Parameters:
event - the event object that contains information about an error.

renameError

public void renameError(DirectoryChooserErrorEvent event)
Receives notification of the directory renaming error.

Parameters:
event - the event object that contains information about an error.

moveError

public void moveError(DirectoryChooserErrorEvent event)
Recieves notification of the directory moving error.

Parameters:
event - the event object that contains information about an error.

copyError

public void copyError(DirectoryChooserErrorEvent event)
Recieves notification of the directory copying error.

Parameters:
event - the event object that contains information about an error.

generalError

public void generalError(DirectoryChooserErrorEvent event)
Recieves notification of all unknown errors occured.

Parameters:
event - the event object that contains information about an error.


Copyright © 2005 JTechLabs.com All Rights Reserved.