MUM.resourceMngService
Interface ICPUStatusNotifier

All Known Subinterfaces:
IResourceBroker
All Known Implementing Classes:
CPUAndBandwidthResourceBroker

public interface ICPUStatusNotifier

This interface describe the Resource Broker


Method Summary
 void addCPUStatusListener(ICPUStatusListener cpuListener)
          This method let the cpu status listeners to register themselves as listener for the CPU status events.
 void removeCPUStatusListener(ICPUStatusListener cpuListener)
          This method let the cpu status listeners to de-register themselves as listener for the CPU status events.
 

Method Detail

addCPUStatusListener

public void addCPUStatusListener(ICPUStatusListener cpuListener)
This method let the cpu status listeners to register themselves as listener for the CPU status events.


removeCPUStatusListener

public void removeCPUStatusListener(ICPUStatusListener cpuListener)
This method let the cpu status listeners to de-register themselves as listener for the CPU status events.



Copyright © 2004 Luca Foschini