sysperfana/analyzetoolext/com.nokia.s60tools.analyzetool/src/com/nokia/s60tools/analyzetool/engine/IMemoryActivityModelChangeListener.java
changeset 15 0367d2db2c06
parent 6 f65f740e69f9
--- a/sysperfana/analyzetoolext/com.nokia.s60tools.analyzetool/src/com/nokia/s60tools/analyzetool/engine/IMemoryActivityModelChangeListener.java	Tue Aug 24 12:10:03 2010 +0300
+++ b/sysperfana/analyzetoolext/com.nokia.s60tools.analyzetool/src/com/nokia/s60tools/analyzetool/engine/IMemoryActivityModelChangeListener.java	Tue Aug 24 12:16:27 2010 +0300
@@ -23,17 +23,17 @@
  * A change listener for {@link IMemoryActivityModel}
  */
 public interface IMemoryActivityModelChangeListener {
-	
-	/** 
-	 * callback when data has been added to the model
-	 * and is ready to be used
+
+	/**
+	 * callback when data has been added to the model and is ready to be used
 	 */
 	public void onProcessesAdded();
-	
+
 	/**
 	 * callback when a process has been selected
-	 * @param processId The ProcessInfo of the newly selected process
+	 * 
+	 * @param processId
+	 *            The ProcessInfo of the newly selected process
 	 */
 	public void onProcessSelected(ProcessInfo processId);
-
 }