nextapp.echo.filetransfer.event
Interface UploadListener

All Superinterfaces:
java.util.EventListener

public interface UploadListener
extends java.util.EventListener

A listener for file upload events.


Method Summary
 void fileUpload(UploadEvent e)
          Indicates a successful file upload attempt.
 void invalidFileUpload(UploadEvent e)
          Indicates an unsucessful file upload attempt.
 

Method Detail

fileUpload

void fileUpload(UploadEvent e)
Indicates a successful file upload attempt.


invalidFileUpload

void invalidFileUpload(UploadEvent e)
Indicates an unsucessful file upload attempt.