T - The type of the elements in the Categorypublic final class CategoryEvent<T> extends EventObject
Categorysource| Modifier and Type | Method and Description |
|---|---|
Category<T> |
getCategory()
Returns the
Category from which this event originated |
Category<T> |
getChild()
Returns the child that was added or removed
|
Set<T> |
getElements()
Returns an unmodifiable set containing the elements that have been
added or removed
|
String |
toString() |
getSourcepublic Category<T> getCategory()
Category from which this event originatedCategory from which this event originatedpublic Set<T> getElements()
public Category<T> getChild()
public String toString()
toString in class EventObjectCopyright © 2018. All rights reserved.