import java.util.EventListener; interface ButtonListener extends EventListener { void contact(Contact c); }