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