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.estimote.mgmtsdk.feature.settings
Interface CallbackHandler
All Known Implementing Classes:
CallbackHandlerImpl
public interface
CallbackHandler
Handler to operation on device. It allows to drop call to given callback when operation is finished. It does not stop or cancel operation, it only prevent callback from firing.
Author:
lukasz.pobereznik@estimote.com (Lukasz Pobereznik)
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
drop
()
Call this method to drop callback invocation.
Method Detail
drop
void drop()
Call this method to drop callback invocation.
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