com.ibm.websphere.ras
Interface TraceComponentChangeListener
- public interface TraceComponentChangeListener
TraceComponent
instances are registered and updated.
Register through the TrConfigurator.addTraceComponentListener(TraceComponentChangeListener)
method
Method Summary
Modifier and Type | Method and Description |
---|---|
|
traceComponentRegistered(TraceComponent tc)
Callback indicating the specified trace component was registered.
|
|
traceComponentUpdated(TraceComponent tc)
Callback indicating the specified trace component was updated.
|
Method Detail
traceComponentRegistered
- void traceComponentRegistered(TraceComponent tc)
Callback indicating the specified trace component was registered.
Parameters:
tc
- the TraceComponent
that was registered traceComponentUpdated
- void traceComponentUpdated(TraceComponent tc)
Callback indicating the specified trace component was updated.
Parameters:
tc
- the TraceComponent
that was updated