Skip navigation links 
 
oracle.ideimpl.webupdate
Class DownloadUpdatesRunnable
java.lang.Object
  
oracle.ideimpl.webupdate.DownloadUpdatesRunnable
- All Implemented Interfaces:
 
- java.lang.Runnable
 
- 
public abstract class DownloadUpdatesRunnable
 
- extends java.lang.Object
 
- implements java.lang.Runnable
 
Runnable which downloads updates and assembles the list of installation tasks.
 
  
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
DownloadUpdatesRunnable
public DownloadUpdatesRunnable(java.util.Collection remoteUpdates)
setMonitor
public final void setMonitor(DeterminateProgressMonitor monitor)
getMonitor
protected final DeterminateProgressMonitor getMonitor()
run
public void run()
- 
- Specified by:
 
run in interface java.lang.Runnable 
 
failed
protected abstract void failed(java.lang.Exception e)
cancelled
protected abstract void cancelled()
finished
protected abstract void finished(java.util.Map zipFilesByUpdate)
Skip navigation links 
 
Copyright © 1997, 2014, Oracle. All rights reserved.