@Override public void setOnLongClickCommand(Command c) { enableMeshPicking(this); myOnLongClickCommand = c; }
public void setOnLongClickCommand(Command c, SelectionListener objToInform) { enableMeshPicking(objToInform); myOnLongClickCommand = c; }
/** * when this is called the mesh can be selected and the onClick, onLongCLick.. {@link * UndoableCommand}s set for this mesh will be executed if it is clicked */ public void enableMeshPicking() { enableMeshPicking(this); }