Package wt.clients.dnd
Interface FileHandler
public interface FileHandler
Simple callback interface for file processing.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionbooleanprocessFiles(List listOfFiles) Process a list of files.
-
Method Details
-
processFiles
Process a list of files.
Supported API: true- Parameters:
listOfFiles- List with a File object as each element- Returns:
- returns true if the list of files was successfully processed
-