Class TmfSymbolProviderUpdatedSignal
java.lang.Object
org.eclipse.tracecompass.tmf.core.signal.TmfSignal
org.eclipse.tracecompass.tmf.ui.symbols.TmfSymbolProviderUpdatedSignal
Symbol provider is updated. It will be fired when the symbol provider loads a
new mapping. This should be listened to by all views and viewers that need to
display items using the symbol map.
FIXME: move to core when possible
- Since:
- 2.2
- Author:
- Matthew Khouzam
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.tracecompass.tmf.core.signal.TmfSignal
getReference, getSource, setReference
-
Constructor Details
-
TmfSymbolProviderUpdatedSignal
Constructor- Parameters:
source- the symbol source
-