JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.couchbase.lite.internal
Interface ExecutionService.Cancellable
Enclosing interface:
ExecutionService
public static interface
ExecutionService.Cancellable
A Cancellable represents a delayed task that is cancellable.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
cancel
()
Best effort cancellation of a delayed task.
Method Detail
cancel
void cancel()
Best effort cancellation of a delayed task.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method