JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
tech.paycon.sdk.v5.utils
Interface PCGeneralCallback
All Superinterfaces:
PCErrorsCallback
public interface
PCGeneralCallback
extends
PCErrorsCallback
General type of callback, which don't need any value to be passed upon successful result
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
success
()
Invoked upon any successful result when no value must be returned
Methods inherited from interface tech.paycon.sdk.v5.utils.
PCErrorsCallback
error
Method Detail
success
void success()
Invoked upon any successful result when no value must be returned
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method