Class WebKit.Webkit2AsyncToSync.Webkit2AsyncReturnObj

java.lang.Object
org.eclipse.swt.browser.WebKit.Webkit2AsyncToSync.Webkit2AsyncReturnObj
Enclosing class:
WebKit.Webkit2AsyncToSync

private static class WebKit.Webkit2AsyncToSync.Webkit2AsyncReturnObj extends Object
Object used to return data from callback to original call
  • Field Details

    • callbackFinished

      boolean callbackFinished
    • returnValue

      Object returnValue
    • errorNum

      int errorNum
      0=no error. >0 means error.
    • errorMsg

      String errorMsg
    • swtAsyncTimeout

      boolean swtAsyncTimeout
      Set to true if call timed out. Not set by javascript execution itself
  • Constructor Details

    • Webkit2AsyncReturnObj

      private Webkit2AsyncReturnObj()