Interface EngineCrashed
- All Superinterfaces:
EngineEvent
,Event
An event indicating that the engine has been unexpectedly crashed.
-
Method Summary
Modifier and TypeMethodDescriptionint
exitCode()
Returns the exit code of the engine process that has been unexpectedly terminated due to the crash.Methods inherited from interface com.teamdev.jxbrowser.engine.event.EngineEvent
engine
-
Method Details
-
exitCode
int exitCode()Returns the exit code of the engine process that has been unexpectedly terminated due to the crash.
-