Class SoProgressIndicator.TaskEventArg

    • Constructor Detail

      • TaskEventArg

        public TaskEventArg​(SoNode src,
                            java.lang.String eventName,
                            int numTasks,
                            int numTasksDone,
                            int numSubTasks)
    • Method Detail

      • getNumTasks

        public int getNumTasks()
      • getNumTasksDone

        public int getNumTasksDone()
      • getEventName

        public java.lang.String getEventName()

        Returns:
        name of the event.

      • getNumSubTasks

        public int getNumSubTasks()
      • getSource

        public SoNode getSource()

        Specified by:
        getSource in interface SbEventArg
        Returns:
        source node that raised the event.