wt.clients.dnd
Interface FileHandler

All Known Implementing Classes:
FileChooserDropApplet.DragHandler

public interface FileHandler

Simple callback interface for file processing.

Supported API: true

Extendable: true


Method Summary
 boolean processFiles(List listOfFiles)
          Process a list of files.
 

Method Detail

processFiles

public boolean processFiles(List listOfFiles)
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