event = new ValueModifiedEvent( attribute.getEntry().getBrowserConnection(), attribute.getEntry(),
attribute, oldValue, createdNewValue );
}
else
{
event = new AttributesInitializedEvent( attribute.getEntry() );
}
EventRegistry.fireEntryUpdated( event, this );
}