apps.threedinteraction.button
Interface KeyListener


public interface KeyListener

The listener interface for receiving key events. The class that is interested in processing a key event implements this interface, and the object created with that class is registered with a component using the component's addKeyListener method. When the key event occurs, that object's appropriate method is invoked.

See Also:
KeyEvent

Method Summary
 void keyPressed(java.lang.String key)
          Key pressed.
 

Method Detail

keyPressed

void keyPressed(java.lang.String key)
Key pressed.

Parameters:
key - the key