public interface AttributeStoreBindingListener<T extends AttributeStore> extends EventListener
AttributeStoreBindingEvent
object. This may be as a result of a servlet programmer explicitly
unbinding an attribute from an attribute store or due to an attribute store becoming invalid.AttributeStore
,
AttributeStoreBindingEvent
Modifier and Type | Method and Description |
---|---|
void |
valueBound(AttributeStoreBindingEvent<T> event)
Notifies the object that it is being bound to an attribute store and
identifies the attribute store.
|
void |
valueUnbound(AttributeStoreBindingEvent<T> event)
Notifies the object that it is being unbound from an attribute store and
identifies the attribute store.
|
void valueBound(AttributeStoreBindingEvent<T> event)
event
- the event that identifies the attribute storevoid valueUnbound(AttributeStoreBindingEvent<T> event)
event
- the event that identifies the attribute storeCopyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.