Class SoCallbackActionCB

All Implemented Interfaces:
CB

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

    • SoCallbackActionCB

      public SoCallbackActionCB()
  • Method Details

    • invoke

      public int invoke(SoCallbackAction s, SoNode node)
      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.