|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContextBindingListener
Objects implementing the ContextBindingListener interface will
be notified when they are bound to or unbound from a context. The object is
notified by the ContextBindingEvent event.
| Method Summary | |
|---|---|
void |
valueBound(ContextBindingEvent event)
Notifies the object that it is being bound to a context. |
void |
valueUnbound(ContextBindingEvent event)
Notifies the object that it is being unbound from a context. |
| Method Detail |
|---|
void valueBound(ContextBindingEvent event)
event - the binding event.void valueUnbound(ContextBindingEvent event)
event - the binding event.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||