T - The type of the elements in the Categorypublic interface CategoryListener<T> extends EventListener
Category.Category,
it will receive events for changes in the Category that
it was added to, as well as changes in one of the
children of this category.
The CategoryEvent that is passed to this listener will
contain the category where the change took place. This is not
necessarily the same as the one that the listener was added to.| Modifier and Type | Method and Description |
|---|---|
void |
childAdded(CategoryEvent<T> event)
Will be called when a child was added to a
Category |
void |
childRemoved(CategoryEvent<T> event)
Will be called when a child was removed from a
Category |
void |
elementsAdded(CategoryEvent<T> event)
Will be called when elements have been added to a
Category |
void |
elementsRemoved(CategoryEvent<T> event)
Will be called when elements have been removed from a
Category |
void elementsAdded(CategoryEvent<T> event)
Categoryevent - The event describing the changevoid elementsRemoved(CategoryEvent<T> event)
Categoryevent - The event describing the changevoid childAdded(CategoryEvent<T> event)
Categoryevent - The event describing the changevoid childRemoved(CategoryEvent<T> event)
Categoryevent - The event describing the changeCopyright © 2018. All rights reserved.