public interface TraceStateChangeListener
TraceComponent
and will map that packages trace
types to the existing Tr types. JRas for example maps a Jras Logger to a
Trace component using a common name. Therefore JRas Loggers will show up in
the systems management GUI as trace objects that are indistinguishable from
normal Tr TraceComponents. When the user enables trace for a JRas logger, the
logger must be called back to translate the Tr trace enable event to the JRas
trace type and set the JRas loggers trace mask accordingly.Modifier and Type | Method and Description |
---|---|
void |
traceStateChanged()
Inform the object implementing this interface that the Tr trace state
managed by the TraceComponent object has changed
|