/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package automenta.spacenet.space.widget.button; /** * * @author seh */ public interface ButtonAction { public void onButtonClicked(Button b); }