package linechart; /** * * @author Rakesh Menon */ public interface UpdateListener { public void updateCPU(int user, int sys, int idle); }