Class PoRebuildCB

  • All Implemented Interfaces:
    CB

    public class PoRebuildCB
    extends NCallback
    Callback for PoBase.
    • Constructor Summary

      Constructors 
      Constructor Description
      PoRebuildCB()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void invoke​(PoBase base)
      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.
      • Methods inherited from class com.openinventor.inventor.misc.Callback

        invoke
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PoRebuildCB

        public PoRebuildCB()
    • Method Detail

      • invoke

        public void invoke​(PoBase base)
        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.