|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BindingSupportCallback
Callback for BindingSupport that implements the instance
specific binding operations.
| Method Summary | |
|---|---|
void |
bindToContainer(CommandContainer container)
Invoked to bind to the specified container. |
void |
notifyCommandContainerHierarchyChanged()
Invoked to notify that a change in the container heirarchy has occured either via a binding operation or because a container parent has been changed. |
void |
unbindFromContainer(CommandContainer container)
Invoked to unbind from the specified container. |
| Method Detail |
|---|
void bindToContainer(CommandContainer container)
container - the container to bind to.void unbindFromContainer(CommandContainer container)
container - the container to bind to.void notifyCommandContainerHierarchyChanged()
This method will be invoked after both bindToContainer(CommandContainer)
and unbindFromContainer(CommandContainer).
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||