public class ElementEvent
extends java.util.EventObject
Modifier and Type | Field and Description |
---|---|
static int |
ELEMENT_ADDED
Event ID indicating that an element has been added.
|
static int |
ELEMENT_CHANGED
Event ID indicating that an element has been changed.
|
static int |
ELEMENT_REMOVED
Event ID indicating that an element has been removed.
|
Constructor and Description |
---|
ElementEvent(java.lang.Object source,
int id)
Constructs an ElementEvent object.
|
Modifier and Type | Method and Description |
---|---|
int |
getID()
Returns the identifier for this event.
|
public static final int ELEMENT_ADDED
public static final int ELEMENT_CHANGED
public static final int ELEMENT_REMOVED