package org.cloudgraph.web.component; /** */ public interface ChartDataSourceManager { public void refresh(ChartDataSource[] dataSources); }