クラス
com.jme3.input.event.KeyInputEvent の使用

KeyInputEvent を使用しているパッケージ
com.jme3.input The com.jme3.input package is used for all input handling in jMonkeyEngine. 
com.jme3.niftygui   
 

com.jme3.input での KeyInputEvent の使用
 

KeyInputEvent 型のパラメータを持つ com.jme3.input のメソッド
 void InputManager.onKeyEvent(KeyInputEvent evt)
          Callback from RawInputListener.
 void RawInputListener.onKeyEvent(KeyInputEvent evt)
          Invoked on keyboard key press or release events.
 

com.jme3.niftygui での KeyInputEvent の使用
 

KeyInputEvent 型のパラメータを持つ com.jme3.niftygui のメソッド
 void InputSystemJme.onKeyEvent(KeyInputEvent evt)