Package com.castlabs.sdk.claws
Class AbstractClawsServiceListener
java.lang.Object
com.castlabs.sdk.claws.AbstractClawsServiceListener
- All Implemented Interfaces:
ClawsServiceListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonAction(JSONObject action) voidonBinderAvailable(ClawsServiceBinder binder) voidonDeviceListUpdated(List<Device> connectedDevices) voidvoidonTransferRequested(String assetId, long positionMs, Device sourceDevice)
-
Constructor Details
-
AbstractClawsServiceListener
public AbstractClawsServiceListener()
-
-
Method Details
-
onError
- Specified by:
onErrorin interfaceClawsServiceListener
-
onDeviceListUpdated
- Specified by:
onDeviceListUpdatedin interfaceClawsServiceListener
-
onBinderAvailable
- Specified by:
onBinderAvailablein interfaceClawsServiceListener
-
onTransferRequested
- Specified by:
onTransferRequestedin interfaceClawsServiceListener
-
onAction
- Specified by:
onActionin interfaceClawsServiceListener
-