Class SoDraggerCB

All Implemented Interfaces:
CB

public class SoDraggerCB extends NCallback
Callback for SoDragger.
  • Constructor Details

    • SoDraggerCB

      public SoDraggerCB()
  • Method Details

    • invoke

      public void invoke(SoDragger dragger)
      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.