Package org.eclipse.jface.bindings
Interface ISchemeListener
- All Known Implementing Classes:
BindingManager
public interface ISchemeListener
An instance of ISchemeListener can be used by clients to
receive notification of changes to one or more instances of
IScheme.
This interface may be implemented by clients.
- Since:
- 3.1
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidschemeChanged(SchemeEvent schemeEvent) Notifies that one or more attributes of an instance ofISchemehave changed.
-
Method Details
-
schemeChanged
Notifies that one or more attributes of an instance ofISchemehave changed. Specific details are described in theSchemeEvent.- Parameters:
schemeEvent- the scheme event. Guaranteed not to benull.
-