E - the type of object in the collection
public class CollectionEvent<E>
extends java.util.EventObject
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
CollectionEvent.Type
Enumeration of the various types of changes to the collection. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getIndex()  | 
E | 
getItem()  | 
ListenableCollection<E> | 
getSource()  | 
CollectionEvent.Type | 
getType()  | 
public ListenableCollection<E> getSource()
getSource in class java.util.EventObjectpublic CollectionEvent.Type getType()
public E getItem()
public int getIndex()