Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


oracle.ideimpl.webupdate
Interface UpdateCenterMonitor


public interface UpdateCenterMonitor

The UpdateCenter uses the UpdateCenterMonitor to report progress while getting details of updates.


Method Summary
 void finish()
          Finish progress
 boolean isStopped()
          Determine whether the user has cancelled the operation.
 void setMaximum(int max)
           
 void setMessage(java.lang.String message)
          Set a message to indicate the current progress
 void setProgress(int progress)
          Set the current progress
 void start()
          Start progress

 

Method Detail

setMessage

void setMessage(java.lang.String message)
Set a message to indicate the current progress

setProgress

void setProgress(int progress)
Set the current progress

setMaximum

void setMaximum(int max)

start

void start()
Start progress

finish

void finish()
Finish progress

isStopped

boolean isStopped()
Determine whether the user has cancelled the operation. If this method returns true, the UpdateCenter should terminate as soon as possible and cancel whatever operation it is in the middle of performing.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


Copyright © 1997, 2012, Oracle. All rights reserved.