Package net.sourceforge.jnlp.event
Class DownloadEvent
java.lang.Object
java.util.EventObject
net.sourceforge.jnlp.event.DownloadEvent
- All Implemented Interfaces:
Serializable
This event is sent during the launch of an
application.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionDownloadEvent
(ResourceTracker source, Resource resource) Creates a launch event for the specified application instance. -
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
DownloadEvent
Creates a launch event for the specified application instance.- Parameters:
source
- the resource trackerresource
- the resource
-
-
Method Details
-
getTracker
- Returns:
- the tracker that owns the resource.
-
getResourceLocation
- Returns:
- the location of the resource being downloaded.
-