package org.flixel.ui.event; /** * * @author Ka Wing Chin */ public interface IFlxNinePatchButton { public void callback(); }