001package com.fs.starfarer.api.ui; 002 003 004public interface ButtonDelegate { 005 006 //void buttonPressed(UIComponentAPI button, InputEventAPI event); 007}