Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -16,17 +16,16 @@
16 16 * the License.
17 17 */
18 18
19 - import java.util.*;
20 -
21 19 import com.google.gwt.user.client.EventListener;
22 20 import com.google.gwt.user.client.ui.*;
23 21
22 + import java.util.*;
23 +
24 24 /**
25 25 * An interface implemented by widgets which support event handling via
26 26 * controllers.
27 27 */
28 - public interface ControllerSupport extends EventListener
29 - {
28 + public interface ControllerSupport extends EventListener {
30 29 /**
31 30 * Sets the controllers which will process events on this widget. Clears out
32 31 * the current controllers, if any. When the widget is added to the DOM,