netx.jnlp.event
Class DownloadEvent
EventObjectnetx.jnlp.event.DownloadEvent
public class DownloadEvent
extends EventObject
This event is sent during the launch of an
application.
DownloadEvent
public DownloadEvent(ResourceTracker source,
Resource resource) Creates a launch event for the specified application
instance.
source - the resource trackerresource - the resource
getResourceLocation
public URL getResourceLocation()
Returns the location of the resource being downloaded.
getTracker
public ResourceTracker getTracker()
Returns the tracker that owns the resource.