/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.bearsoft.gui.grid.columns; import javax.swing.table.TableColumn; /** * * @author Gala */ public interface TableColumnHandler { public void handle(TableColumn aColumn); }