Interface SoCallback.CB

  • Enclosing class:
    SoCallback

    public static interface SoCallback.CB
    • Method Detail

      • invoke

        void invoke​(SoAction action)
        This method is called each time an action traverses the SoCallback node.
        Parameters:
        action - the action that is currently traversing the SoCallback node.