public static interface UpdatableScript.UpdateCallback
Modifier and Type | Method and Description |
---|---|
void |
failure(java.lang.String message,
UpdatableScript.Failure details) |
void |
success(boolean resumed,
java.lang.Object report,
UpdatableScript.ChangeDescription changeDescription)
Script text change has succeeded or was successfully pre-calculated (in preview mode).
|
void success(boolean resumed, java.lang.Object report, UpdatableScript.ChangeDescription changeDescription)
DebugEventListener.scriptContentChanged(org.eclipse.wst.jsdt.chromium.Script)
will
be called additionally. Besides, a current context may be dismissed and recreated after this
event. The order of all listed event notifications is not currently specified.resumed
- true if VM has been resumed to make post-change technical stepreport
- unspecified implementation-dependent report for debugging purposes;
may be nullchangeDescription
- describes live editing change that has been applied or is planned
to be applied; may be null if backend or VM does not supportvoid failure(java.lang.String message, UpdatableScript.Failure details)
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.