Uses of Interface
it.ipzs.cieid.Middleware.ProgressCallBack
Packages that use Middleware.ProgressCallBack
-
Uses of Middleware.ProgressCallBack in it.ipzs.cieid
Methods in it.ipzs.cieid with parameters of type Middleware.ProgressCallBackModifier and TypeMethodDescriptionintMiddleware.AbilitaCIE(String szPAN, String szPIN, int[] attempts, Middleware.ProgressCallBack progressCallBack, Middleware.CompletedCallBack completedCallBack) intMiddleware.CambioPIN(String currentPIN, String nuovoPIN, int[] attempts, Middleware.ProgressCallBack progressCallBack) intMiddleware.firmaConCIE(String inFilePath, String type, String pin, String pan, int page, float x, float y, float w, float h, String imagePathFile, String outFilePath, Middleware.ProgressCallBack progressCallBack, Middleware.SignCompletedCallBack completedCallBack) intMiddleware.SbloccoPIN(String puk, String nuovoPIN, int[] attempts, Middleware.ProgressCallBack progressCallBack)