Subversion Repository Public Repository

litesoft

Diff Revisions 947 vs 948 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/widgets/IFocusWidget.java

Diff revisions: vs.
  @@ -6,8 +6,7 @@
6 6 import com.google.gwt.event.dom.client.*;
7 7 import com.google.gwt.event.shared.*;
8 8
9 - public interface IFocusWidget extends Enableable
10 - {
9 + public interface IFocusWidget extends Enableable {
11 10 public HandlerRegistration addFocusHandler( FocusHandler handler );
12 11
13 12 public HandlerRegistration addBlurHandler( BlurHandler handler );