de.javasoft.io
Interface FileOperationListener
- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- FileOperationDialog, FilePropertiesDialog
public interface FileOperationListener
- extends java.util.EventListener
Listener interface for file-operations. Can be used to monitor and abort
fileoperations.
- Version:
- 1.00, 21.05.2005
processFileOperationEvent
boolean processFileOperationEvent(FileOperationEvent evt)
- Will be called before executing file operation.
- Parameters:
evt - The file operation event.
- Returns:
- True to continue - false to abort operation.
Copyright © 2004-2011 Jyloo Software. All Rights Reserved.