IcedTea-Web
NetX

Uses of Class
net.sourceforge.jnlp.cache.ResourceTracker

Packages that use ResourceTracker
net.sourceforge.jnlp This package contains the classes that represent the parts of a Java Network Launching Protocol (JNLP) file as objects, and a way to launch a JNLP file as an application, applet, or installer. 
net.sourceforge.jnlp.cache This package contains the JNLP cache. 
net.sourceforge.jnlp.event This package contains the JNLP events. 
net.sourceforge.jnlp.tools   
 

Uses of ResourceTracker in net.sourceforge.jnlp
 

Constructors in net.sourceforge.jnlp with parameters of type ResourceTracker
JNLPSplashScreen(ResourceTracker resourceTracker, java.lang.String applicationTitle, java.lang.String applicationVendor)
           
 

Uses of ResourceTracker in net.sourceforge.jnlp.cache
 

Methods in net.sourceforge.jnlp.cache with parameters of type ResourceTracker
 void Resource.addTracker(ResourceTracker tracker)
          Adds the tracker to the list of trackers monitoring this resource.
 void Resource.removeTracker(ResourceTracker tracker)
          Removes the tracker to the list of trackers monitoring this resource.
static void CacheUtil.waitForResources(ApplicationInstance app, ResourceTracker tracker, java.net.URL[] resources, java.lang.String title)
          Waits until the resources are downloaded, while showing a progress indicator.
 

Uses of ResourceTracker in net.sourceforge.jnlp.event
 

Methods in net.sourceforge.jnlp.event that return ResourceTracker
 ResourceTracker DownloadEvent.getTracker()
          Returns the tracker that owns the resource.
 

Constructors in net.sourceforge.jnlp.event with parameters of type ResourceTracker
DownloadEvent(ResourceTracker source, Resource resource)
          Creates a launch event for the specified application instance.
 

Uses of ResourceTracker in net.sourceforge.jnlp.tools
 

Methods in net.sourceforge.jnlp.tools with parameters of type ResourceTracker
 void JarSigner.verifyJars(java.util.List<JARDesc> jars, ResourceTracker tracker)
           
 


IcedTea-Web
NetX

Submit a bug or feature