Uses of Interface
org.eclipse.core.commands.IParameterTypeListener
Packages that use IParameterTypeListener
Package
Description
Application programming interfaces for commands and handlers.
-
Uses of IParameterTypeListener in org.eclipse.core.commands
Classes in org.eclipse.core.commands that implement IParameterTypeListenerModifier and TypeClassDescriptionfinal class
A central repository for commands -- both in the defined and undefined states.Methods in org.eclipse.core.commands with parameters of type IParameterTypeListenerModifier and TypeMethodDescriptionfinal void
ParameterType.addListener
(IParameterTypeListener listener) Adds a listener to this parameter type that will be notified when its state changes.final void
ParameterType.removeListener
(IParameterTypeListener listener) Unregisters listener for changes to properties of this parameter type.