com.groovemanager.gui.custom
Interface KeyboardKeyListener

All Known Implementing Classes:
Mc909KeyComposite, Mc909SampleEditor

public interface KeyboardKeyListener

Instances of implementing classes can be notified when a KeyboardKey is pressed or released.

Author:
Manu Robledo

Method Summary
 void keyPressed(int key)
          Notification that a KeyboardKey has been pressed
 void keyReleased(int key)
          Notification that a KeyboardKey has been released
 

Method Detail

keyPressed

void keyPressed(int key)
Notification that a KeyboardKey has been pressed

Parameters:
key - The note value of the key that has been pressed in the range from 0 to 127

keyReleased

void keyReleased(int key)
Notification that a KeyboardKey has been released

Parameters:
key - The note value of the key that has been released in the range from 0 to 127