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