public interface OperationEvent
| Modifier and Type | Field and Description |
|---|---|
static int |
OPERATION_CHANGED
Operation has been changed.
|
static int |
OPERATION_DEFINED
Operation has been defined.
|
static int |
OPERATION_DELETED
Operation has been deleted.
|
static int |
OPERATION_FINISHED
Operation has been finished.
|
static int |
OPERATION_PROCESSED
A started Operation has been processed, i.e., all filters have been evaluated and all commands - dispatched to the involved devices.
|
static int |
OPERATION_SCHEDULED
Operation has been scheduled.
|
static int |
OPERATION_STARTED
Operation has been started.
|
| Modifier and Type | Method and Description |
|---|---|
Operation |
getOperation()
Returns the operation object representing the management operation, which state has been changed.
|
int |
getType()
Returns the operation event type.
|
static final int OPERATION_SCHEDULED
static final int OPERATION_STARTED
static final int OPERATION_FINISHED
static final int OPERATION_CHANGED
static final int OPERATION_DELETED
static final int OPERATION_DEFINED
static final int OPERATION_PROCESSED
int getType()
Operation getOperation()
Copyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.