Interface EngineCrashed

All Superinterfaces:
EngineEvent, Event

public interface EngineCrashed extends EngineEvent
An event indicating that the engine has been unexpectedly crashed.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    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.