Exemplo n.º 1
0
 public FilterAutoRefreshor(FilterModelImpl filterModel, GraphModel graphModel) {
   super("Filter Auto-Refresh - " + filterModel.getWorkspace().toString());
   setDaemon(true);
   this.graphModel = graphModel;
   this.filterModel = filterModel;
 }