net.sf.tankbattles.simulation
Class RadarDetectionAction

java.lang.Object
  extended by net.sf.tankbattles.simulation.RadarDetectionAction
All Implemented Interfaces:
com.jme.input.action.InputActionInterface

public class RadarDetectionAction
extends java.lang.Object
implements com.jme.input.action.InputActionInterface


Constructor Summary
RadarDetectionAction(TankNode tankNode, EventManager generator)
           
 
Method Summary
 void performAction(com.jme.input.action.InputActionEvent evt)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RadarDetectionAction

public RadarDetectionAction(TankNode tankNode,
                            EventManager generator)
Method Detail

performAction

public void performAction(com.jme.input.action.InputActionEvent evt)
Specified by:
performAction in interface com.jme.input.action.InputActionInterface