Xj3D 2.0 VRML/X3D Code API

org.web3d.vrml.renderer.common.input
Interface DragSensorSelectionListener


public interface DragSensorSelectionListener

A listener to notify that a VRMLDragSensorNodeType has been activated by the user interface.

Version:
$Revision: 1.1 $
Author:
Alan Hudson

Method Summary
 void deviceNonSelectable(VRMLDragSensorNodeType node)
          Invoked when a link node is contact with a tracker capable of picking.
 void deviceSelectable(VRMLDragSensorNodeType node)
          Invoked when a pointing device is in contact with a tracker capable of picking.
 

Method Detail

deviceSelectable

void deviceSelectable(VRMLDragSensorNodeType node)
Invoked when a pointing device is in contact with a tracker capable of picking.


deviceNonSelectable

void deviceNonSelectable(VRMLDragSensorNodeType node)
Invoked when a link node is contact with a tracker capable of picking.


Xj3D 2.0 VRML/X3D Code API

Copyright © 2001 - 2006 Web3D Consortium