public class CoordinateEvent extends EventObject
| Modifier and Type | Field and Description |
|---|---|
static String |
NODE_ADDED |
static String |
NODE_CHANGED |
static String |
NODE_REMOVED |
source| Constructor and Description |
|---|
CoordinateEvent(Point coordinate) |
CoordinateEvent(Point coordinate,
String ruleName,
String action) |
CoordinateEvent(Point coordinate,
String path,
String ruleName,
String action,
String notes) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction() |
Point |
getCoordinate() |
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
public CoordinateEvent(Point coordinate)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.