public class CollectionEvent
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ELEMENT_ADDED |
static int |
ELEMENT_REMOVED |
| Constructor and Description |
|---|
CollectionEvent(int nID, java.lang.Object source, java.lang.Object element) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getElement() |
int |
getID() |
java.lang.Object |
getSource() |
public static final int ELEMENT_ADDED
public static final int ELEMENT_REMOVED