Package com.ibm.websphere.ras
Interface TraceComponentChangeListener
- 
 public interface TraceComponentChangeListenerSimple change listener interface that is driven asTraceComponentinstances are registered and updated. Register through theTrConfigurator.addTraceComponentListener(TraceComponentChangeListener)method
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidtraceComponentRegistered(TraceComponent tc)Callback indicating the specified trace component was registered.voidtraceComponentUpdated(TraceComponent tc)Callback indicating the specified trace component was updated.
 
- 
- 
- 
Method Detail- 
traceComponentRegisteredvoid traceComponentRegistered(TraceComponent tc) Callback indicating the specified trace component was registered.- Parameters:
- tc- the- TraceComponentthat was registered
 
 - 
traceComponentUpdatedvoid traceComponentUpdated(TraceComponent tc) Callback indicating the specified trace component was updated.- Parameters:
- tc- the- TraceComponentthat was updated
 
 
- 
 
-