Interface SoCallback.CB

Enclosing class:
SoCallback

public static interface SoCallback.CB
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    invoke(SoAction action)
    This method is called each time an action traverses the SoCallback node.
  • Method Details

    • 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.