OpenCV 2.4.2

org.opencv.android
Interface InstallCallbackInterface


public interface InstallCallbackInterface

Installation callback interface


Method Summary
 void cancel()
          Installation canceled
 java.lang.String getPackageName()
          Target package name
 void install()
          Installation of package is approved
 

Method Detail

cancel

void cancel()
Installation canceled


getPackageName

java.lang.String getPackageName()
Target package name

Returns:
Return target package name

install

void install()
Installation of package is approved


Official OpenCV 2.4 Documentation