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