@UESComponent public interface UESProcessMonitor extends UESProcessMonitor
UESProcessMonitor
instead.UESProcessMonitor
MONITOR_DISABLED, UNKNOWN
Modifier and Type | Method and Description |
---|---|
void |
cancel(MessageCode aMsgCode,
Finishes monitoring of process as canceled.
|
void |
finish(MessageCode aMsgCode,
Finalizes monitoring of process.
|
void |
start(MessageCode aMsgCode,
Starts monitoring of process.
|
beginProcess, done, notifyInfo, notifyWarning, progress, setProperties
aMsgCode
- Code of message used for notificationaMsg
- Notification messageaParams
- Parameters of notification messageaMsgCode
- Code of message used for notificationaMsg
- Notification messageaException
- Instance of exception (may be null) thrown from inner logic. In case
exception is not null process is always finished in FAILED state. If exception
is null, state given in done method is preserved.aParams
- Parameters of notification messageaMsgCode
- Code of message used for notificationaMsg
- Notification messageaParams
- Parameters of notification message