public class NodeEvent<T> extends EventObject
| Modifier and Type | Field and Description |
|---|---|
static String |
NODE_ADDED |
static String |
NODE_CHANGED |
static String |
NODE_REMOVED |
source| Constructor and Description |
|---|
NodeEvent(Node<T> node) |
NodeEvent(Node<T> node,
String ruleName,
String action) |
NodeEvent(Node<T> node,
String typePath,
String ruleName,
String action,
String notes) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction() |
Node<T> |
getNode() |
String |
getNotes() |
String |
getRuleName() |
String |
getTypeName() |
getSource, toStringpublic static final String NODE_ADDED
public static final String NODE_CHANGED
public static final String NODE_REMOVED
Copyright © 2015 Revolution Systems Inc.. All rights reserved.