sysperfana/analyzetoolext/com.nokia.s60tools.analyzetool/src/com/nokia/s60tools/analyzetool/engine/IMemoryActivityModelChangeListener.java
changeset 6 f65f740e69f9
parent 1 1050670c6980
child 15 0367d2db2c06
equal deleted inserted replaced
5:844b047e260d 6:f65f740e69f9
     1 /*
     1 /*
     2  * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     2  * Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
     3  * All rights reserved.
     3  * All rights reserved.
     4  * This component and the accompanying materials are made available
     4  * This component and the accompanying materials are made available
     5  * under the terms of "Eclipse Public License v1.0"
     5  * under the terms of "Eclipse Public License v1.0"
     6  * which accompanies this distribution, and is available
     6  * which accompanies this distribution, and is available
     7  * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7  * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    30 	 */
    30 	 */
    31 	public void onProcessesAdded();
    31 	public void onProcessesAdded();
    32 	
    32 	
    33 	/**
    33 	/**
    34 	 * callback when a process has been selected
    34 	 * callback when a process has been selected
    35 	 * @param ProcessInfo The ProcessInfo of the newly selected process
    35 	 * @param processId The ProcessInfo of the newly selected process
    36 	 */
    36 	 */
    37 	public void onProcessSelected(ProcessInfo processId);
    37 	public void onProcessSelected(ProcessInfo processId);
    38 
    38 
    39 }
    39 }