apps.threedmanipulationexperiment.gestures
Interface ObjectRotateTranslate.ExperimentEventListener
- Enclosing class:
- ObjectRotateTranslate
public static interface ObjectRotateTranslate.ExperimentEventListener
The listener interface for receiving experimentEvent events. The class
that is interested in processing a experimentEvent event implements this
interface, and the object created with that class is registered with a
component using the component's
addExperimentEventListener method. When
the experimentEvent event occurs, that object's appropriate
method is invoked.
- See Also:
ExperimentEventEvent
Method Summary |
void |
taskCompleted(int touchNumber)
Task completed. |
taskCompleted
void taskCompleted(int touchNumber)
- Task completed.
- Parameters:
touchNumber
- the touch number