Class HandlesAllKeyEvents

java.lang.Object
com.google.gwt.event.dom.client.HandlesAllKeyEvents
All Implemented Interfaces:
KeyDownHandler, KeyPressHandler, KeyUpHandler, EventHandler

public abstract class HandlesAllKeyEvents extends Object implements KeyDownHandler, KeyUpHandler, KeyPressHandler
Receiver used to handle all key events at once. WARNING, PLEASE READ: As this class is intended for developers who wish to handle all key events in GWT, new key handler interfaces will be added to it. Therefore, updates to GWT could cause breaking API changes.