echopoint.tucana.event
Class DownloadStartEvent
java.lang.Object
java.util.EventObject
echopoint.tucana.event.DownloadEvent
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
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.