com.intel.cosbench.controller.model
Interface WorkloadListener

All Known Implementing Classes:
RAMWorkloadRepository

public interface WorkloadListener


Method Summary
 void workloadStarted(WorkloadContext workload)
           
 void workloadStopped(WorkloadContext workload)
           
 

Method Detail

workloadStarted

void workloadStarted(WorkloadContext workload)

workloadStopped

void workloadStopped(WorkloadContext workload)