com.jme.input.action
Class UIInputAction

java.lang.Object
  extended bycom.jme.input.action.UIInputAction

public abstract class UIInputAction
extends java.lang.Object

Specialized input action for getting events from UIObject derrived objects. These may be created and passed back from the UIObject update calls on state changes.

Author:
schustej

Constructor Summary
UIInputAction()
           
 
Method Summary
abstract  void performAction(UIObject obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIInputAction

public UIInputAction()
Method Detail

performAction

public abstract void performAction(UIObject obj)