package com.lodgon.chatfx; public interface ChatInput { public void gotText (String t); }