Timer
2930313233343536373839
/** * Creates a new change text box. */ public KeyPressTextBox() { task = new DelayedTask(new Listener() { public void handleEvent(BaseEvent be) { onChange(); setFocus(true); } });