Interface PickingTask
-
public interface PickingTask
Interface for a picking task.- Author:
- Pierre Lando
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
perform(PickingTools pickingTools)
Call to perform the task.
-
-
-
Method Detail
-
perform
void perform(PickingTools pickingTools)
Call to perform the task.- Parameters:
pickingTools
- the picking tools to use.
-
-