public class DownloadEvent
extends java.util.EventObject
Constructor | Description |
---|---|
DownloadEvent(ResourceTracker source,
Resource resource) |
Creates a launch event for the specified application
instance.
|
Modifier and Type | Method | Description |
---|---|---|
java.net.URL |
getResourceLocation() |
|
ResourceTracker |
getTracker() |
public DownloadEvent(ResourceTracker source, Resource resource)
source
- the resource trackerresource
- the resourcepublic ResourceTracker getTracker()
public java.net.URL getResourceLocation()