public interface

KeyPressHandler

implements EventHandler
com.google.gwt.event.dom.client.KeyPressHandler
Known Indirect Subclasses

Class Overview

Handler interface for KeyPressEvent events.

Summary

Public Methods
abstract void onKeyPress(KeyPressEvent event)
Called when KeyPressEvent is fired.

Public Methods

public abstract void onKeyPress (KeyPressEvent event)

Called when KeyPressEvent is fired.

Parameters
event the KeyPressEvent that was fired