Eclipse Platform
Release 3.1

org.eclipse.jface.bindings
Interface IBindingManagerListener

All Known Implementing Classes:
ExternalActionManager.CommandCallback

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.

Since:
3.1
See Also:
BindingManager.addBindingManagerListener(IBindingManagerListener), BindingManager.addBindingManagerListener(IBindingManagerListener), BindingManagerEvent

Method Summary
 void bindingManagerChanged(BindingManagerEvent event)
          Notifies that attributes inside an instance of BindingManager have changed.
 

Method Detail

bindingManagerChanged

public void bindingManagerChanged(BindingManagerEvent event)
Notifies that attributes inside an instance of 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.

Parameters:
event - the binding manager event. Guaranteed not to be null.

Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.