mirror of
https://github.com/opencv/opencv.git
synced 2024-12-11 22:59:16 +08:00
32 lines
628 B
ReStructuredText
32 lines
628 B
ReStructuredText
|
**************************
|
||
|
Install Callback Interface
|
||
|
**************************
|
||
|
.. highlight:: java
|
||
|
.. class:: InstallCallbackInterface
|
||
|
|
||
|
Callback interface for package installation or update.
|
||
|
|
||
|
String getPackageName()
|
||
|
-----------------------
|
||
|
|
||
|
.. method:: String getPackageName()
|
||
|
|
||
|
Get name of a package to be installed
|
||
|
|
||
|
:rtype: String
|
||
|
:return: Return package name, i.e. "OpenCV Manager Service" or "OpenCV library"
|
||
|
|
||
|
void install()
|
||
|
--------------
|
||
|
|
||
|
.. method:: void install()
|
||
|
|
||
|
Installation of package is approved
|
||
|
|
||
|
void cancel()
|
||
|
-------------
|
||
|
|
||
|
.. method:: void cancel()
|
||
|
|
||
|
Installation if package was canceled
|