net.sourceforge.jnlp.event
public class DownloadEvent extends java.util.EventObject
Constructor and Description |
---|
DownloadEvent(ResourceTracker source,
Resource resource)
Creates a launch event for the specified application
instance.
|
Modifier and Type | Method and Description |
---|---|
java.net.URL |
getResourceLocation()
Returns the location of the resource being downloaded.
|
ResourceTracker |
getTracker()
Returns the tracker that owns the resource.
|
public DownloadEvent(ResourceTracker source, Resource resource)
source
- the resource trackerresource
- the resourcepublic ResourceTracker getTracker()
public java.net.URL getResourceLocation()