public interface ILabelProviderListener
Modifier and Type | Method and Description |
---|---|
void |
labelProviderChanged(LabelProviderChangedEvent event)
Notifies this listener that the state of the label provider
has changed in a way that affects the labels it computes.
|
void labelProviderChanged(LabelProviderChangedEvent event)
A typical response would be to refresh all labels by re-requesting them from the label provider.
event
- the label provider change event
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.