/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.easy.gui; /** * * @author Administrator */ public interface Updater { void update(Component cmpt); }