package org.flixel.ui.event; /** * * @author Ka Wing Chin */ public interface IFlxInputText { public void onEnter(String text); }