public static interface

DJIBaseProduct.DJIBaseProductListener

dji.sdk.base.DJIBaseProduct.DJIBaseProductListener

Class Overview

Receives notifications of component and product connectivity changes.

Summary

Public Methods
abstract void onComponentChange(DJIBaseProduct.DJIComponentKey key, DJIBaseComponent oldComponent, DJIBaseComponent newComponent)
Called when a component object changes.
abstract void onProductConnectivityChanged(boolean isConnected)
Called when connectivity status changes for the base product.

Public Methods

public abstract void onComponentChange (DJIBaseProduct.DJIComponentKey key, DJIBaseComponent oldComponent, DJIBaseComponent newComponent)

Called when a component object changes.

public abstract void onProductConnectivityChanged (boolean isConnected)

Called when connectivity status changes for the base product.