final String msg,
final String attrType,
final Object oldValue,
final Attribute newAttr)
{
final AttributeChangeNotificationBuilder builder =
(AttributeChangeNotificationBuilder)
getNotificationBuilder( AttributeChangeNotification.ATTRIBUTE_CHANGE );
final AttributeChangeNotification n =
builder.buildAttributeChange( msg, newAttr.getName(), attrType, oldValue, newAttr.getValue() );
sendNotification( n );
}