-
- All Implemented Interfaces:
-
com.thingclips.sdk.ble.core.protocol.api.ActionResponse
public interface ActionProgressResponse<T> implements ActionResponse<T>
-
-
Method Summary
Modifier and Type Method Description abstract void
onProgress(int progress)
-
-
Method Detail
-
onProgress
abstract void onProgress(int progress)
-
-
-
-