com.gwtext.client.widgets.event
Interface KeyListener


public interface KeyListener


Method Summary
 void onKey(int key, EventObject e)
          Fires when a key is entered.
 

Method Detail

onKey

void onKey(int key,
           EventObject e)
Fires when a key is entered.

Parameters:
key - the key code
e - the event object