Package org.eclipse.jface.bindings
Interface IBindingManagerListener
-
- All Known Implementing Classes:
ExternalActionManager.CommandCallback
public interface IBindingManagerListenerAn instance of
BindingManagerListenercan be used by clients to receive notification of changes to an instance ofBindingManager.This interface may be implemented by clients.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbindingManagerChanged(BindingManagerEvent event)Notifies that attributes inside an instance ofBindingManagerhave changed.
-
-
-
Method Detail
-
bindingManagerChanged
void bindingManagerChanged(BindingManagerEvent event)
Notifies that attributes inside an instance ofBindingManagerhave changed. Specific details are described in theBindingManagerEvent. Changes in the binding manager can cause the set of defined or active schemes or bindings to change.- Parameters:
event- the binding manager event. Guaranteed not to benull.
-
-