Uses of Interface
org.eclipse.core.variables.IValueVariableListener
Packages that use IValueVariableListener
Package
Description
Provides support for defining and contributing variables for the purpose of
string substitution.
-
Uses of IValueVariableListener in org.eclipse.core.variables
Methods in org.eclipse.core.variables with parameters of type IValueVariableListenerModifier and TypeMethodDescriptionvoidIStringVariableManager.addValueVariableListener(IValueVariableListener listener) Registers the given listener for value variable notifications.voidIStringVariableManager.removeValueVariableListener(IValueVariableListener listener) Removes the given listener from the list of registered value variable listeners.