com.pax.dal
Interface IDeviceInfo.ProcessUsageListener
-
- Enclosing interface:
- IDeviceInfo
public static interface IDeviceInfo.ProcessUsageListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidonResult(float cpuTotal, java.lang.String[] processNames, float[] cpuUsages, java.lang.String[] memUsages)系统资源信息System resource information
-
-
-
Method Detail
-
onResult
void onResult(float cpuTotal, java.lang.String[] processNames, float[] cpuUsages, java.lang.String[] memUsages)
系统资源信息System resource information- Parameters:
cpuTotal-设备CPU使用率Device CPU usageprocessNames-各进程名称Name of each processcpuUsages-各进程CPU使用率CPU usage of each processmemUsages-各进程memUsages使用情况memUsages by process
-
-