Package | Description |
---|---|
javax.servlet.sip |
The javax.servlet.sip package is the API for the SIP Servlets developed under JSR 359, this v2.0 version updates v1.1 developed under JSR 289.
|
Modifier and Type | Method and Description |
---|---|
void |
AttributeStoreListener.attributeAdded(AttributeStoreBindingEvent<T> ev)
Notification that an attribute has been added to an attribute store.
|
void |
AttributeStoreListener.attributeRemoved(AttributeStoreBindingEvent<T> ev)
Notification that an attribute has been removed from an attribute store.
|
void |
AttributeStoreListener.attributeReplaced(AttributeStoreBindingEvent<T> ev)
Notification that an attribute has been replaced in an attribute store.
|
void |
AttributeStoreBindingListener.valueBound(AttributeStoreBindingEvent<T> event)
Notifies the object that it is being bound to an attribute store and
identifies the attribute store.
|
void |
AttributeStoreBindingListener.valueUnbound(AttributeStoreBindingEvent<T> event)
Notifies the object that it is being unbound from an attribute store and
identifies the attribute store.
|
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.