Package com.openinventor.inventor
Class SoProgressIndicator.StepEventArg
java.lang.Object
com.openinventor.inventor.Inventor
com.openinventor.inventor.SoProgressIndicator.StepEventArg
- All Implemented Interfaces:
SbEventArg
- Enclosing class:
SoProgressIndicator
Class given to callback when an onEndStep is raised.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand
-
Field Summary
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
void
setValue
(SoProgressIndicator.StepEventArg copyFrom) Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
Constructor Details
-
StepEventArg
-
-
Method Details
-
setValue
-
getSource
- Specified by:
getSource
in interfaceSbEventArg
- Returns:
- source node that raised the event.
-
getNumSteps
public int getNumSteps() -
getEventName
- Returns:
- name of the event.
-
getNumStepsDone
public int getNumStepsDone()
-