EchoPoint API - 3.0.0b5
App Webcontainer

echopoint.tucana.event
Class DownloadFinishEvent

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

public class DownloadFinishEvent
extends DownloadEvent

A download event that indicates that a download operation by the client has ended successfully.

Version:
$Id: DownloadFinishEvent.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
DownloadFinishEvent(DownloadCommand download, DownloadProvider provider)
          Create 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

DownloadFinishEvent

public DownloadFinishEvent(DownloadCommand download,
                           DownloadProvider provider)
Create a new download event with the specified parameters.

Parameters:
download - The download command that has completed.
provider - The provider object that contains details about the content that was downloaded.

EchoPoint API - 3.0.0b5
App Webcontainer