| 
 
 | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
CollectionEvent<E>
CollectionEvent.ElementAdded<E>
@ThreadSafe public static final class CollectionEvent.ElementAdded<E>
An event generated by addition to a collection.
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from class CollectionEvent | 
|---|
CollectionEvent.ElementAdded<E>, CollectionEvent.ElementRemoved<E> | 
| Field Summary | 
|---|
| Fields inherited from class CollectionEvent | 
|---|
element | 
| Fields inherited from class java.util.EventObject | 
|---|
source | 
| Constructor Summary | |
|---|---|
CollectionEvent.ElementAdded(Object source,
                                                         E element)
Creates an ElementAdded event.  | 
|
| Method Summary | 
|---|
| Methods inherited from class CollectionEvent | 
|---|
getElement | 
| Methods inherited from class java.util.EventObject | 
|---|
getSource, toString | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public CollectionEvent.ElementAdded(Object source,
                                    E element)
source - of the event,
         per CollectionEventelement - per getElement()
  | 
 
 | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||