Eclipse Platform
Release 3.0

org.eclipse.ui.commands
Interface IKeyConfigurationListener


public interface IKeyConfigurationListener

An instance of IKeyConfigurationListener can be used by clients to receive notification of changes to one or more instances of IKeyConfiguration.

This interface may be implemented by clients.

Since:
3.0
See Also:
IKeyConfiguration.addKeyConfigurationListener(IKeyConfigurationListener), IKeyConfiguration.removeKeyConfigurationListener(IKeyConfigurationListener), KeyConfigurationEvent

Method Summary
 void keyConfigurationChanged(KeyConfigurationEvent keyConfigurationEvent)
          Notifies that one or more attributes of an instance of IKeyConfiguration have changed.
 

Method Detail

keyConfigurationChanged

public void keyConfigurationChanged(KeyConfigurationEvent keyConfigurationEvent)
Notifies that one or more attributes of an instance of IKeyConfiguration have changed. Specific details are described in the KeyConfigurationEvent.

Parameters:
keyConfigurationEvent - the keyConfiguration event. Guaranteed not to be null.

Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

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