public interface TraceComponentChangeListener
TraceComponent
instances are registered and updated.
Register through the TrConfigurator.addTraceComponentListener(TraceComponentChangeListener)
methodModifier and Type | Method and Description |
---|---|
void |
traceComponentRegistered(TraceComponent tc)
Callback indicating the specified trace component was registered.
|
void |
traceComponentUpdated(TraceComponent tc)
Callback indicating the specified trace component was updated.
|
void traceComponentRegistered(TraceComponent tc)
tc
- the TraceComponent
that was registeredvoid traceComponentUpdated(TraceComponent tc)
tc
- the TraceComponent
that was updated