public class

DJICommonCallbacks

extends Object
java.lang.Object
   ↳ dji.common.util.DJICommonCallbacks

Class Overview

Created by dji on 5/25/16.

Summary

Nested Classes
interface DJICommonCallbacks.DJICompletionCallback Completion callback for asynchronous operations. 
interface DJICommonCallbacks.DJICompletionCallbackWith<T> DJI completion callback with parameter T, the T will be defined where it is called. 
interface DJICommonCallbacks.DJICompletionCallbackWithThreeParam<X, Y, Z> DJI completion callback with parameters X, Y, Z, which will be defined where it is called. 
interface DJICommonCallbacks.DJICompletionCallbackWithTwoParam<X, Y> DJI completion callback with parameters X, Y, which will be defined where it is called. 
Public Constructors
DJICommonCallbacks()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public DJICommonCallbacks ()