Interface SoSceneManager.AbortRenderTask

  • Enclosing class:
    SoSceneManager

    public static interface SoSceneManager.AbortRenderTask
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean run​(SoAction action)
      Invoked by some Open Inventor nodes to know if the specified action should be aborted.
    • Method Detail

      • run

        boolean run​(SoAction action)
        Invoked by some Open Inventor nodes to know if the specified action should be aborted.
        Returns:
        true if the action should be aborted