echopoint.tucana.event
Class UploadStartEvent
java.lang.Object
java.util.EventObject
echopoint.tucana.event.UploadEvent
echopoint.tucana.event.UploadStartEvent
- All Implemented Interfaces:
- Serializable
public class UploadStartEvent
- extends UploadEvent
An event indicating that a file upload has been started.
Note: Development of this component was sponsored by TCN
Broadcasting. We are grateful for their support and sponsorship.
- Version:
- $Id: UploadStartEvent.java 90 2008-11-11 01:41:05Z sptrakesh $
- Author:
- Echo File Transfer Library
- See Also:
- Serialized Form
UploadStartEvent
public UploadStartEvent(FileUploadSelector source,
String index,
String fileName,
String contentType)
- Creates a new
UploadEvent.
- Parameters:
source - the source of the eventindex - the index of the uploadfileName - the name of the file, may not contain path informationcontentType - the content type of the uploaded file