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 SummaryModifier and TypeMethodDescriptionvoidCallback indicating the specified trace component was registered.voidCallback indicating the specified trace component was updated.
- 
Method Details- 
traceComponentRegisteredCallback indicating the specified trace component was registered.- Parameters:
- tc- the- TraceComponentthat was registered
 
- 
traceComponentUpdatedCallback indicating the specified trace component was updated.- Parameters:
- tc- the- TraceComponentthat was updated
 
 
-