Package com.ibm.websphere.ras
Interface TraceComponentChangeListener
public interface TraceComponentChangeListener
Simple change listener interface that is driven as
TraceComponent
instances are registered and updated.
Register through the TrConfigurator.addTraceComponentListener(TraceComponentChangeListener)
method-
Method Summary
Modifier and TypeMethodDescriptionvoid
Callback indicating the specified trace component was registered.void
Callback indicating the specified trace component was updated.
-
Method Details
-
traceComponentRegistered
Callback indicating the specified trace component was registered.- Parameters:
tc
- theTraceComponent
that was registered
-
traceComponentUpdated
Callback indicating the specified trace component was updated.- Parameters:
tc
- theTraceComponent
that was updated
-