com.ibm.pim.system
Interface PIMProgress
public interface PIMProgress
Interface for the PIMProgress object.
- Since:
- 6.0.0
Field Summary |
static java.lang.String |
copyright
|
copyright
static final java.lang.String copyright
- See Also:
- Constant Field Values
getProgress
int getProgress()
- Returns the progress.
- Returns:
- the progress.
- Throws:
PIMInternalException
- If an internal exception occurs.
setProgress
void setProgress(int percent)
- Sets the progress.
- Parameters:
percent
- the value which represents the progress
- Throws:
PIMInternalException
- If an internal exception occurs.
PIMAuthorizationException
- Reserved for future use