127128129130131132133134
*/ public void runNotification() { if ( createdEntry != null ) { EventRegistry.fireEntryUpdated( new EntryAddedEvent( browserConnection, createdEntry ), this ); } }
123124125126127128129
if ( ci.childrenSet == null ) { ci.childrenSet = new LinkedHashSet<IEntry>(); } ci.childrenSet.add( childToAdd ); entryModified( new EntryAddedEvent( childToAdd.getBrowserConnection(), childToAdd ) ); }