public interface ProgressEnvironment
Modifier and Type | Method and Description |
---|---|
ProgressHandle |
createHandle(String displayname,
Cancellable c,
boolean userInit)
Creates a ProgressHandle with the specified parameters.
|
Controller |
getController()
Creates a Controller specific for the target environment.
|
ProgressHandle createHandle(String displayname, Cancellable c, boolean userInit)
displayname
- the display namec
- callback that can cancel the operation, optional - can be null
userInit
- true, if initiated by the user, false if initiated automaticallyController getController()