public interface NodeEvent
| Modifier and Type | Field and Description |
|---|---|
static int |
NODE_CHANGED
A node has been changed.
|
static int |
NODE_REMOVED
A node has been removed.
|
static int |
SUB_NODE_CHANGED
A subnode has been changed.
|
static int |
SUB_NODE_CREATED
A subnode has been created.
|
static int |
SUB_NODE_REMOVED
A subnode has been removed.
|
| Modifier and Type | Method and Description |
|---|---|
Node |
getSource()
Returns the node which has changed.
|
int |
getType()
Returns node event type.
|
static final int NODE_REMOVED
static final int NODE_CHANGED
static final int SUB_NODE_CREATED
static final int SUB_NODE_CHANGED
static final int SUB_NODE_REMOVED
int getType()
Node getSource()
Copyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.