com.ibm.websphere.ras

Interface TraceComponentChangeListener


  1. 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 Type Method and Description
  1. void
traceComponentRegistered(TraceComponent tc)
Callback indicating the specified trace component was registered.
  1. void
traceComponentUpdated(TraceComponent tc)
Callback indicating the specified trace component was updated.

Method Detail

traceComponentRegistered

  1. void traceComponentRegistered(TraceComponent tc)
Callback indicating the specified trace component was registered.
Parameters:
tc - the TraceComponent that was registered

traceComponentUpdated

  1. void traceComponentUpdated(TraceComponent tc)
Callback indicating the specified trace component was updated.
Parameters:
tc - the TraceComponent that was updated