public interface StopListener
stop(boolean)
method.
Use the NativeInterface.addStopListener(StopListener)
method to register a new StopListener
.
Modifier and Type | Method and Description |
---|---|
void |
stop(boolean isEvalVersion)
Called when the simulator has stopped.
|