systeminformationmonitor.system
Interface Monitor

All Known Implementing Classes:
CpuInformationModel, CpuMonitorModel, IOMonitorModel

public interface Monitor

Interface class which allows for monitoring cpu polled information from the CpuProcess class.


Method Summary
 void initialize()
          Method called with this classes is added to CpuProcess.
 void update()
          Method called everytime the CpuProcess classes gets updated Cpu information.
 

Method Detail

initialize

void initialize()
Method called with this classes is added to CpuProcess.


update

void update()
Method called everytime the CpuProcess classes gets updated Cpu information.