136137138139140141142143144
modelMgr.requestModelReset(); for (Iterator it = CollectionUtil.iterator(notificationObservers); it.hasNext();) { ModelNotificationObserver observer = (ModelNotificationObserver) it.next(); observer.requestModelReset(); } } }