com.ibm.ras
Interface RASIMaskChangeListener

All Known Implementing Classes:
RASLogger

public abstract interface RASIMaskChangeListener
extends java.util.EventListener

RASIMaskChangeListener defines the methods that must be implemented to process changes that occur in the RASHandler message and trace masks.

See Also:
RASIHandler, RASILogger

Method Summary
 void maskValueChanged()
          Indicates that the value of the handler's message or trace mask has changed.
 

Method Detail

maskValueChanged

public void maskValueChanged()
Indicates that the value of the handler's message or trace mask has changed.

This method is intended to improve the performance of the RASLogger.isLoggable method. When notified of a change in the value of a handler's mask, the logger can update its internal data, which allows the logger to determine if a RAS event will be logged.