SilverStream
Application Server 3.5

com.sssw.shr.page
Interface AgiFileUploadListener

All Superinterfaces:
EventListener

public interface AgiFileUploadListener
extends EventListener

Interface for listening for file upload events.


Method Summary
 void fileUploaded(AgpFileUploadEvent event)
          Called when a file upload request is made.
 

Method Detail

fileUploaded

public void fileUploaded(AgpFileUploadEvent event)
Called when a file upload request is made.
Parameters:
event - an instance of AgpFileUploadEvent.

SilverStream
Application Server 3.5