Package | Description |
---|---|
org.eclipse.wst.jsdt.chromium |
Main package of ChromDevTools SDK API.
|
org.eclipse.wst.jsdt.chromium.debug.core.model | |
org.eclipse.wst.jsdt.chromium.util | |
org.eclipse.wst.jsdt.chromium.wip |
Contains all WIP-specific interfaces.
|
Class and Description |
---|
GenericCallback
A generic callback used in asynchronous operations that either fail with exception
or return a result.
|
MethodIsBlockingException
Signals that a deadlock was about to happen.
|
Class and Description |
---|
DestructingGuard
Helper class that destructs unfinished objects.
|
Class and Description |
---|
AsyncFuture
Represents a result of asynchronous operation.
|
AsyncFuture.Callback
A callback used in operation and in
AsyncFuture.getAsync(org.eclipse.wst.jsdt.chromium.util.AsyncFuture.Callback<? super T>, org.eclipse.wst.jsdt.chromium.SyncCallback) method. |
AsyncFuture.Operation
An operation that asynchronously results in a value of type RES.
|
Destructable
An interface to destruct some object.
|
JavaScriptExpressionBuilder.ExpressionComponentFormatter
Defines how the last component of qualified name should be built.
|
JavaScriptExpressionBuilder.VariableAccess
Makes an input for the qualified name builder.
|
LazyConstructable
Holds a value yet-to-be-constructed.
|
LazyConstructable.Factory |
MethodIsBlockingException
Signals that a deadlock was about to happen.
|
RelaySyncCallback
A utility class for handling
SyncCallback in chained asynchronous operations. |
RelaySyncCallback.Guard
Responsible for calling SyncCallback unless
operation has been successfully relayed to the next step.
|
SignalRelay
A node in a network that broadcasts some signal among all its peers one time.
|
SignalRelay.AlreadySignalledException |
SignalRelay.Callback
An interface to notify a user about a received signal.
|
SignalRelay.SignalConverter
A converter that translates signals from one type to another so that unrelated resources
could co-work.
|
Class and Description |
---|
GenericCallback
A generic callback used in asynchronous operations that either fail with exception
or return a result.
|
MethodIsBlockingException
Signals that a deadlock was about to happen.
|
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.