Subversion Repository Public Repository

litesoft

Diff Revisions 2 vs 23 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/widgets/nonpublic/external/PreventSelectionControllerIE6.java

Diff revisions: vs.
  @@ -20,11 +20,13 @@
20 20
21 21 public class PreventSelectionControllerIE6 extends PreventSelectionControllerStandard
22 22 {
23 + @Override
23 24 public void plugIn( Widget widget )
24 25 {
25 26 installHook( widget.getElement() );
26 27 }
27 28
29 + @Override
28 30 public void unplug( Widget widget )
29 31 {
30 32 uninstallHook( widget.getElement() );