public interface IValueVariableListener
Clients may implement this interface.
Modifier and Type | Method and Description |
---|---|
void |
variablesAdded(IValueVariable[] variables)
Notification the given variables have been added to the variable
manager.
|
void |
variablesChanged(IValueVariable[] variables)
Notification the given variables have been changed value.
|
void |
variablesRemoved(IValueVariable[] variables)
Notification the given variables have been removed from the variable
manager.
|
void variablesAdded(IValueVariable[] variables)
variables
- added variablesvoid variablesRemoved(IValueVariable[] variables)
variables
- removed variablesvoid variablesChanged(IValueVariable[] variables)
variables
- changed variables
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.