com.sun.javafx.newt
Interface KeyListener

All Superinterfaces:
EventListener

public interface KeyListener
extends EventListener


Field Summary
 
Fields inherited from interface com.sun.javafx.newt.EventListener
KEY, MOUSE, WINDOW
 
Method Summary
 void keyPressed(KeyEvent e)
           
 void keyReleased(KeyEvent e)
           
 void keyTyped(KeyEvent e)
           
 

Method Detail

keyPressed

void keyPressed(KeyEvent e)

keyReleased

void keyReleased(KeyEvent e)

keyTyped

void keyTyped(KeyEvent e)


Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.