JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.streambase.sb
Interface Cancellable
public interface
Cancellable
Represents tasks (possibly to run in the future) that can be cancelled. If a task is already running in another thread, behavior is unspecified: the task may either be forcibly terminated or run to completion.
Since:
7.4
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
cancel
()
A request to cancel the task
Method Detail
cancel
void cancel()
A request to cancel the task
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method