public class RemoveItemsEvent extends EventObject
| Modifier and Type | Field and Description |
|---|---|
protected int[] |
m_Indices
the indices of the items that were removed.
|
source| Constructor and Description |
|---|
RemoveItemsEvent(Object src,
int[] indices)
Initializes the object.
|
| Modifier and Type | Method and Description |
|---|---|
int[] |
getIndices()
Returns the stored indices.
|
boolean |
hasIndices()
Checks whether there are indices stored for this event.
|
getSource, toStringpublic RemoveItemsEvent(Object src, int[] indices)
src - the source that triggered the eventindices - the indices of the items to removeCopyright © 2016. All rights reserved.