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