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.here.mobility.sdk.core.util
Interface Cancelable
All Known Subinterfaces:
ResponseFuture
<Response>
public interface
Cancelable
The interface for cancelling something. Usually, cancelling something twice is not advisable.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
cancel
()
Cancels it.
Method Detail
cancel
boolean cancel()
Cancels it. Returns whether successful.
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