com.jme.input.controls.controller
Interface ControlChangeListener


public interface ControlChangeListener

ControlChangeListener is tied to ActionChangeController to detect changes to the value of GameControl.

Author:
Matthew D. Hicks

Method Summary
 void changed(GameControl control, float oldValue, float newValue, float time)
           
 

Method Detail

changed

void changed(GameControl control,
             float oldValue,
             float newValue,
             float time)