|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AggregationChangeEvent
Provides a mechanism for notification of additions, removals, and reorderings of elements in an aggregation.
| Field Summary | |
|---|---|
static int |
ELEMENT_ADDED
Flag for one or more elements added to the aggregation. |
static int |
ELEMENT_REMOVED
Flag for one or more elements removed from the aggregation. |
static int |
ELEMENTS_REORDERED
Flag for the case of the element order changing within the aggregation. |
| Method Summary | |
|---|---|
Graphic[] |
getElements()
Gets the Graphic elements pertinent to the event. |
int |
getID()
Get the ID flag for this event. |
| Field Detail |
|---|
static final int ELEMENT_ADDED
static final int ELEMENT_REMOVED
static final int ELEMENTS_REORDERED
| Method Detail |
|---|
int getID()
ELEMENT_ADDED,
ELEMENT_REMOVED or ELEMENTS_REORDERED
constants.Graphic[] getElements()
Graphic elements pertinent to the event.
Graphics that were affected by the event,
or an empty array.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||