Interface HasKeyPreview


@Deprecated public interface HasKeyPreview
Deprecated.
This interface is no longer implemented by any GWT library. Use Event.addNativePreviewHandler(com.google.gwt.user.client.Event.NativePreviewHandler) instead.
A class that implements this interface receives a preview of keyboard events before they are passed to the focused widget.
See Also: