Uses of Interface
org.eclipse.core.variables.IValueVariableListener
-
Packages that use IValueVariableListener Package Description org.eclipse.core.variables 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 IValueVariableListener Modifier and Type Method Description void
IStringVariableManager. addValueVariableListener(IValueVariableListener listener)
Registers the given listener for value variable notifications.void
IStringVariableManager. removeValueVariableListener(IValueVariableListener listener)
Removes the given listener from the list of registered value variable listeners.
-