apps.threedmanipulationexperiment.gestures
Interface OjbectManipulation.ExperimentEventListener

Enclosing class:
OjbectManipulation

public static interface OjbectManipulation.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.
 

Method Detail

taskCompleted

void taskCompleted(int touchNumber)
Task completed.

Parameters:
touchNumber - the touch number