| 
 | OpenCV 3.0.0-rc1 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencv.android.BaseLoaderCallback
public abstract class BaseLoaderCallback
Basic implementation of LoaderCallbackInterface.
| Field Summary | 
|---|
| Fields inherited from interface org.opencv.android.LoaderCallbackInterface | 
|---|
| INCOMPATIBLE_MANAGER_VERSION, INIT_FAILED, INSTALL_CANCELED, MARKET_ERROR, SUCCESS | 
| Constructor Summary | |
|---|---|
| BaseLoaderCallback(android.content.Context AppContext) | |
| Method Summary | |
|---|---|
|  void | onManagerConnected(int status)Callback method, called after OpenCV library initialization. | 
|  void | onPackageInstall(int operation,
                 InstallCallbackInterface callback)Callback method, called in case the package installation is needed. | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public BaseLoaderCallback(android.content.Context AppContext)
| Method Detail | 
|---|
public void onManagerConnected(int status)
LoaderCallbackInterface
onManagerConnected in interface LoaderCallbackInterfacestatus - status of initialization (see initialization status constants).
public void onPackageInstall(int operation,
                             InstallCallbackInterface callback)
LoaderCallbackInterface
onPackageInstall in interface LoaderCallbackInterfacecallback - answer object with approve and cancel methods and the package description.| 
 | OpenCV 3.0.0-rc1 Documentation | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||