/*
 * ButtonBuilder.java
 *
 * Created on June 19, 2007, 6:13 PM
 *
 * To change this template, choose Tools | Template Manager
 * and open the template in the editor.
 */

package control;

/**
 *
 * @author Home
 */
public interface ButtonBuilder
{
    public void buttonDown( String comment );
}
