|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
CollectionEvent<E>
CollectionEvent.ElementRemoved<E>
@ThreadSafe public static final class CollectionEvent.ElementRemoved<E>
An event generated by removal from 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.ElementRemoved(Object source,
E element)
Creates an ElementRemoved 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.ElementRemoved(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 | |||||||||