Subversion Repository Public Repository

litesoft

Diff Revisions 599 vs 600 for /trunk/GWT_Sandbox/FormEngine/src/com/temp/foundation/widgets/support/ActiveTextBoxBase.java

Diff revisions: vs.
  @@ -1,7 +1,7 @@
1 1 package com.temp.foundation.widgets.support;
2 2
3 - import com.google.gwt.event.dom.client.ChangeHandler;
4 - import com.google.gwt.event.shared.HandlerRegistration;
3 + import com.google.gwt.event.dom.client.*;
4 + import com.google.gwt.event.shared.*;
5 5
6 6 public interface ActiveTextBoxBase extends TextBoxBaseChangeListenableHelper.Participant {
7 7