Class SoLineSegmentCB

All Implemented Interfaces:
CB

public class SoLineSegmentCB extends NCallback
Callback for SoCallbackAction.
  • Constructor Details

    • SoLineSegmentCB

      public SoLineSegmentCB()
  • Method Details

    • invoke

      public void invoke(SoCallbackAction s, SoPrimitiveVertex v1, SoPrimitiveVertex v2)
      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.