- All Superinterfaces:
- com.sun.jna.Callback
- All Known Implementing Classes:
- FMULibrary.FMUStepFinished
- Enclosing interface:
- FMILibrary
public static interface FMILibrary.FMIStepFinished
extends com.sun.jna.Callback
A callback for the fmiStepFinished() method.
This method is optional. If present, it signals that
the computation of the communication step has completed.
See the documentation for FMICallbackLogger above for details.