Class SoSelectionPickCB

All Implemented Interfaces:
CB

public class SoSelectionPickCB extends NCallback
Callback for SoSelection.
  • Constructor Details

    • SoSelectionPickCB

      public SoSelectionPickCB()
  • Method Details

    • invoke

      public SoPath invoke(SoPickedPoint p)
      This method will be invoked when the native callback will be called so that you only need to override this method to fill the method's body. invoke is the java callback.