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 eventGuidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.