165166167168169170171172
*/ public void runNotification( StudioProgressMonitor monitor ) { if ( createdEntry != null ) { EventRegistry.fireEntryUpdated( new EntryAddedEvent( browserConnection, createdEntry ), this ); } }
133134135136137138139
if ( ci.childrenSet == null ) { ci.childrenSet = new LinkedHashSet<IEntry>(); } ci.childrenSet.add( childToAdd ); entryModified( new EntryAddedEvent( childToAdd.getBrowserConnection(), childToAdd ) ); }
122123124125126127128
128129130131132133134135
*/ public void runNotification() { if ( createdEntry != null ) { EventRegistry.fireEntryUpdated( new EntryAddedEvent( browserConnection, createdEntry ), this ); } }
119120121122123124125
120121122123124125126127
*/ protected void runNotification() { if ( createdEntry != null ) { EventRegistry.fireEntryUpdated( new EntryAddedEvent( browserConnection, createdEntry ), this ); } }
878889909192939495
protected void runNotification() { if ( createdEntry != null ) { EventRegistry.fireEntryUpdated( new EntryAddedEvent( browserConnection, createdEntry ), this ); } }
949596979899100
if ( ci.childrenSet == null ) { ci.childrenSet = new LinkedHashSet(); } ci.childrenSet.add( childToAdd ); this.entryModified( new EntryAddedEvent( childToAdd.getBrowserConnection(), childToAdd ) ); }
172173174175176177178179