|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jme.scene.Controller
com.jme.input.controls.controller.ActionChangeController
public class ActionChangeController
ActionChangeController takes a ControlChangeListener and is invoked whenever the GameControl's value changes. This is only a slight variation on the ActionController except when used on a true axis.
| Field Summary |
|---|
| Fields inherited from class com.jme.scene.Controller |
|---|
RT_CLAMP, RT_CYCLE, RT_WRAP |
| Constructor Summary | |
|---|---|
ActionChangeController(GameControl control,
ControlChangeListener listener)
|
|
| Method Summary | |
|---|---|
void |
update(float time)
Defined by extending classes, update is a signal to
Controller that it should update whatever object(s) it is controlling. |
| Methods inherited from class com.jme.scene.Controller |
|---|
getClassTag, getControllerValues, getMaxTime, getMinTime, getRepeatType, getSpeed, isActive, read, setActive, setControllerValues, setMaxTime, setMinTime, setRepeatType, setSpeed, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ActionChangeController(GameControl control,
ControlChangeListener listener)
| Method Detail |
|---|
public void update(float time)
Controllerupdate is a signal to
Controller that it should update whatever object(s) it is controlling.
update in class Controllertime - The time in seconds between the last call to update and the
current one
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||