Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 208645
Collapse All | Expand All

(-)src/org/eclipse/hyades/trace/ui/internal/wizard/ImportTracePage1.java (-1 / +5 lines)
Lines 1-5 Link Here
1
/**********************************************************************
1
/**********************************************************************
2
 * Copyright (c) 2005, 2007 IBM Corporation, Intel Corporation and others.
2
 * Copyright (c) 2005, 2008 IBM Corporation, Intel Corporation and others.
3
 * All rights reserved.   This program and the accompanying materials
3
 * All rights reserved.   This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 8-13 Link Here
8
 *
8
 *
9
 * Contributors:
9
 * Contributors:
10
 * IBM - Initial API and implementation
10
 * IBM - Initial API and implementation
11
 * 
11
 **********************************************************************/
12
 **********************************************************************/
12
package org.eclipse.hyades.trace.ui.internal.wizard;
13
package org.eclipse.hyades.trace.ui.internal.wizard;
13
14
Lines 966-971 Link Here
966
									UIPlugin.getDefault().notifyProfileEventListener(event);
967
									UIPlugin.getDefault().notifyProfileEventListener(event);
967
									if(ModelDebugger.INSTANCE.debug)
968
									if(ModelDebugger.INSTANCE.debug)
968
										ModelDebugger.log("Import refresh thread - set STOP_COLLECTING "+processor.getContext().getAgentProxy());
969
										ModelDebugger.log("Import refresh thread - set STOP_COLLECTING "+processor.getContext().getAgentProxy());
970
									
971
									event = UIPlugin.getDefault().getRefreshViewEvent(processor.getContext().getAgentProxy());
972
									UIPlugin.getDefault().notifyProfileEventListener(event);
969
								}
973
								}
970
							});
974
							});
971
						}
975
						}

Return to bug 208645