|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
WcmDataStoreBindingListener is an interface modeled
after javax.servlet.http.HttpSessionBindingListener.
When objects are stored in the WcmDataStore, valueBound
is called. When they are removed, valueUnbound is called.
Method Summary | |
void |
valueBound(WcmDataStore ds,
java.lang.String key)
Method called when an object is bound to WcmDataStore. |
void |
valueUnbound(WcmDataStore ds,
java.lang.String key)
Method called when an object is un-bound from WcmDataStore. |
Method Detail |
public void valueBound(WcmDataStore ds, java.lang.String key)
ds
- A reference to the datastore that the key is being added to.key
- The key being bound.public void valueUnbound(WcmDataStore ds, java.lang.String key)
ds
- A reference to the datastore that the key is being removed from.key
- The key being unbound.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |