diff -r bb339882c6e9 -r 0367d2db2c06 sysperfana/analyzetoolext/com.nokia.s60tools.analyzetool/src/com/nokia/s60tools/analyzetool/engine/IMemoryActivityModelChangeListener.java --- 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); - }