|
IcedTea-Web NetX |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
net.sourceforge.jnlp.event.DownloadEvent
public class DownloadEvent
This event is sent during the launch of an application.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
DownloadEvent(ResourceTracker source,
Resource resource)
Creates a launch event for the specified application instance. |
Method Summary | |
---|---|
java.net.URL |
getResourceLocation()
Returns the location of the resource being downloaded. |
ResourceTracker |
getTracker()
Returns the tracker that owns the resource. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DownloadEvent(ResourceTracker source, Resource resource)
source
- the resource trackerresource
- the resourceMethod Detail |
---|
public ResourceTracker getTracker()
public java.net.URL getResourceLocation()
|
IcedTea-Web NetX |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |