EchoPoint API - 3.0.0b5
App Webcontainer

echopoint.tucana.event
Class DownloadStartEvent

java.lang.Object
  extended by java.util.EventObject
      extended by echopoint.tucana.event.DownloadEvent
          extended by echopoint.tucana.event.DownloadStartEvent
All Implemented Interfaces:
Serializable

public class DownloadStartEvent
extends DownloadEvent

A download event that indicates that the client has started a download process.

Version:
$Id: DownloadStartEvent.java 92 2008-11-11 19:49:44Z sptrakesh $
Author:
Rakesh 2008-11-11
See Also:
Serialized Form

Field Summary
 
Fields inherited from class echopoint.tucana.event.DownloadEvent
contentLength, contentType, fileName
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DownloadStartEvent(DownloadCommand source, DownloadProvider provider)
          Construct a new download event with the specified parameters.
 
Method Summary
 
Methods inherited from class echopoint.tucana.event.DownloadEvent
getContentLength, getContentType, getFileName
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DownloadStartEvent

public DownloadStartEvent(DownloadCommand source,
                          DownloadProvider provider)
                   throws IllegalArgumentException
Construct a new download event with the specified parameters.

Parameters:
source - The object on which the Event initially occurred.
provider - The download provider with information about the content that was downloaded.
Throws:
IllegalArgumentException - if source is null.

EchoPoint API - 3.0.0b5
App Webcontainer