|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--netx.jnlp.event.DownloadEvent
This event is sent during the launch of an application.
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |