.getAddedAttribute() );
EventRegistry.fireEntryUpdated( delegateEvent, this );
}
else if ( event instanceof AttributeDeletedEvent )
{
AttributeDeletedEvent e = ( AttributeDeletedEvent ) event;
AttributeDeletedEvent delegateEvent = new AttributeDeletedEvent( e.getOriginalConnection(), this, e
.getDeletedAttribute() );
EventRegistry.fireEntryUpdated( delegateEvent, this );
}
else if ( event instanceof AttributesInitializedEvent )
{