public interface AttributeStoreListener<T extends AttributeStore> extends EventListener
AttributeStoreBindingEvent,
AttributeStore| Modifier and Type | Method and Description |
|---|---|
void |
attributeAdded(AttributeStoreBindingEvent<T> ev)
Notification that an attribute has been added to an attribute store.
|
void |
attributeRemoved(AttributeStoreBindingEvent<T> ev)
Notification that an attribute has been removed from an attribute store.
|
void |
attributeReplaced(AttributeStoreBindingEvent<T> ev)
Notification that an attribute has been replaced in an attribute store.
|
void attributeAdded(AttributeStoreBindingEvent<T> ev)
ev - event identifying the affected AttributeStorevoid attributeRemoved(AttributeStoreBindingEvent<T> ev)
ev - event identifying the affected AttributeStorevoid attributeReplaced(AttributeStoreBindingEvent<T> ev)
ev - event identifying the affected AttributeStoreCopyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.