Runtime

Uses of Interface
org.eclipse.gmf.runtime.common.ui.action.IActionManagerChangeListener

Packages that use IActionManagerChangeListener
org.eclipse.gmf.runtime.common.ui.action Provides a set of classes for defining Actions which are run in order to carry out application behaviour that the user has requested through the user-interface.  
 

Uses of IActionManagerChangeListener in org.eclipse.gmf.runtime.common.ui.action
 

Methods in org.eclipse.gmf.runtime.common.ui.action with parameters of type IActionManagerChangeListener
 void ActionManager.addActionManagerChangeListener(IActionManagerChangeListener listener)
          Adds the specified listener to the list of action manager change listeners for this action manager.
 void ActionManager.removeActionManagerChangeListener(IActionManagerChangeListener listener)
          Removes the specified listener from the list of action manager change listeners for this action manager.
 


Runtime

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.