/**
* @see org.apache.directory.studio.ldapbrowser.core.jobs.AbstractNotificationJob#runNotification()
*/
protected void runNotification()
{
EntryModificationEvent event;
if ( createdNewValue != null )
{
event = new ValueModifiedEvent( attribute.getEntry().getBrowserConnection(), attribute.getEntry(),
attribute, oldValue, createdNewValue );