sysperfana/analyzetoolext/com.nokia.s60tools.analyzetool/src/com/nokia/s60tools/analyzetool/internal/engine/MemoryActivityModel.java
changeset 15 0367d2db2c06
parent 6 f65f740e69f9
equal deleted inserted replaced
14:bb339882c6e9 15:0367d2db2c06
    26 import com.nokia.s60tools.analyzetool.engine.statistic.ProcessInfo;
    26 import com.nokia.s60tools.analyzetool.engine.statistic.ProcessInfo;
    27 
    27 
    28 /**
    28 /**
    29  * AnalyseGraphModel
    29  * AnalyseGraphModel
    30  * this class fills a model suitable for AnalyseTool graph
    30  * this class fills a model suitable for AnalyseTool graph
    31  * the model is initialised from the constructor.  
    31  * the model is initialized from the constructor.  
    32  *
    32  *
    33  */
    33  */
    34 public class MemoryActivityModel implements IMemoryActivityModel {
    34 public class MemoryActivityModel implements IMemoryActivityModel {
    35 	private final Collection<IMemoryActivityModelChangeListener> listeners; // listeners for changes to the model
    35 	private final Collection<IMemoryActivityModelChangeListener> listeners; // listeners for changes to the model
    36 
    36