jmetest.renderer
Class TestNodeSelectionAction

java.lang.Object
  extended bycom.jme.input.action.KeyInputAction
      extended byjmetest.renderer.TestNodeSelectionAction
All Implemented Interfaces:
InputAction

public class TestNodeSelectionAction
extends KeyInputAction


Field Summary
 
Fields inherited from class com.jme.input.action.KeyInputAction
allowsRepeats, key, keyChar, speed
 
Constructor Summary
TestNodeSelectionAction(TestScenegraph app, int node)
           
 
Method Summary
 void performAction(InputActionEvent evt)
          performAction
 
Methods inherited from class com.jme.input.action.KeyInputAction
allowsRepeats, getKey, getKeyChar, getSpeed, setAllowsRepeats, setKey, setKeyChar, setSpeed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestNodeSelectionAction

public TestNodeSelectionAction(TestScenegraph app,
                               int node)
Method Detail

performAction

public void performAction(InputActionEvent evt)
performAction

Parameters:
evt - the event that triggered the perform action method.
See Also:
com.jme.input.action.InputAction#performAction(float)