Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

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.


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

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