Class DownloadEvent

java.lang.Object
java.util.EventObject
net.sourceforge.jnlp.event.DownloadEvent
All Implemented Interfaces:
Serializable

public class DownloadEvent extends EventObject
This event is sent during the launch of an application.
See Also:
  • Constructor Details

    • DownloadEvent

      public DownloadEvent(ResourceTracker source, Resource resource)
      Creates a launch event for the specified application instance.
      Parameters:
      source - the resource tracker
      resource - the resource
  • Method Details

    • getTracker

      public ResourceTracker getTracker()
      Returns:
      the tracker that owns the resource.
    • getResourceLocation

      public URL getResourceLocation()
      Returns:
      the location of the resource being downloaded.