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() | 
| ResourceTracker | getTracker() | 
public DownloadEvent(ResourceTracker source, Resource resource)
source - the resource trackerresource - the resourcepublic ResourceTracker getTracker()
public java.net.URL getResourceLocation()