org.gnu.gtk.event
Interface KeyListener


public interface KeyListener

Author:
Jeffrey S. Morgan This is the listener interface for receiving keyboard events on a Widget. Objects that are interested in keyboard events should implement this Interface and then register with the Widget using the addKeyListener() method.
See Also:
KeyEvent

Method Summary
 boolean keyEvent(KeyEvent event)
           
 

Method Detail

keyEvent

public boolean keyEvent(KeyEvent event)

Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net