|
OpenCV 3.0.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InstallCallbackInterface
Installation callback interface.
Field Summary | |
---|---|
static int |
INSTALLATION_PROGRESS
Current package installation is in progress. |
static int |
NEW_INSTALLATION
New package installation is required. |
Method Summary | |
---|---|
void |
cancel()
Installation is canceled. |
java.lang.String |
getPackageName()
Target package name. |
void |
install()
Installation is approved. |
void |
wait_install()
Wait for package installation. |
Field Detail |
---|
static final int INSTALLATION_PROGRESS
static final int NEW_INSTALLATION
Method Detail |
---|
void cancel()
java.lang.String getPackageName()
void install()
void wait_install()
|
OpenCV 3.0.0 Documentation | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |