public interface IBindingManagerListener
An instance of BindingManagerListener
can be used by clients to
receive notification of changes to an instance of
BindingManager
.
This interface may be implemented by clients.
Modifier and Type | Method and Description |
---|---|
void |
bindingManagerChanged(BindingManagerEvent event)
Notifies that attributes inside an instance of
BindingManager have changed. |
void bindingManagerChanged(BindingManagerEvent event)
BindingManager
have changed.
Specific details are described in the BindingManagerEvent
. Changes in the
binding manager can cause the set of defined or active schemes or bindings to change.event
- the binding manager event. Guaranteed not to be null
.
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.