Class DownloadEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class DownloadEvent
    extends java.util.EventObject
    This event is sent during the launch of an application.
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      DownloadEvent​(ResourceTracker source, Resource resource)
      Creates a launch event for the specified application instance.
    • Constructor Detail

      • 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 Detail

      • getTracker

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

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