E - the type of the elements of the set.public class SetChangeEvent<E> extends EventObject
SetChangeListener,
Serialized Formsource| Constructor and Description |
|---|
SetChangeEvent(Set<E> source,
E element)
Creates a new instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
E |
getElement()
Gets the element, which was added or removed.
|
Set<E> |
getSourceSet()
Gets the source set.
|
getSource, toStringCopyright © 2002–2016 SoftSmithy. All rights reserved.