Package | Description |
---|---|
com.cloudpos |
The package provides the fundamental interfaces and classes for interacting with a
variety of devices in a point-of-sale (POS) system.
|
com.cloudpos.advance.ext |
This package provides access to high-level APIs for advance operations.
|
com.cloudpos.fingerprint |
This package provides the necessary classes and interfaces to interact with the fingerprint device.
|
com.cloudpos.msr |
This package provides access to the Magnetic Stripe Reader (MSR) device.
|
com.cloudpos.pinpad |
This package provides access to functionalities related to the PINPad device.
|
com.cloudpos.printer |
The package provides classes and interfaces for interacting with printer devices in the CloudPOS system.
|
com.cloudpos.rfcardreader |
This package provides access to the contactless card reader device functionalities.
|
com.cloudpos.serialport |
The package is designed for handling serial port communication in the CloudPOS system.
|
com.cloudpos.signature |
The package is designed for managing signature capture in the CloudPOS system.
|
com.cloudpos.smartcardreader |
The package is designed for interacting with smart card reader devices in the CloudPOS system.
|
Modifier and Type | Method and Description |
---|---|
void |
OperationListener.handleResult(OperationResult result)
Called when an asynchronous operation completes.
|
Modifier and Type | Class and Description |
---|---|
class |
OperationResultImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
FingerprintNoneOperationResult
The
FingerprintNoneOperationResult interface is used by fingerprint device
implementations to communicate the completion status of an operation to the application. |
interface |
FingerprintOperationResult
The
FingerprintOperationResult interface is implemented by fingerprint device
implementations to communicate the outcome of an operation to the application. |
interface |
FingerprintPressOperationResult
The
FingerprintPressOperationResult interface is used by fingerprint device implementations
to instruct the application when to prompt the user to press their fingerprint onto the device. |
interface |
FingerprintRemoveOperationResult
The
FingerprintRemoveOperationResult interface is implemented by fingerprint device
systems to signal the application when a user should remove their fingerprint from the device. |
interface |
FingerprintTimeoutOperationResult
The
FingerprintTimeoutOperationResult interface is implemented by fingerprint device
systems to indicate a timeout during a fingerprint scanning operation. |
Modifier and Type | Interface and Description |
---|---|
interface |
MSROperationResult
The
MSROperationResult interface represents the result of an operation performed by a Magnetic Stripe Reader (MSR) device. |
Modifier and Type | Interface and Description |
---|---|
interface |
PINPadOperationResult
The
PINPadOperationResult interface extends OperationResult to provide specific results for PINPad operations. |
Modifier and Type | Interface and Description |
---|---|
interface |
PrinterOperationResult
The
PrinterOperationResult interface represents the result of a printer operation. |
Modifier and Type | Interface and Description |
---|---|
interface |
RFCardReaderOperationResult
The
RFCardReaderOperationResult interface provides the results of operations performed by an RF card reader. |
Modifier and Type | Interface and Description |
---|---|
interface |
SerialPortOperationResult
The
SerialPortOperationResult interface extends OperationResult to provide specific results for serial port operations. |
Modifier and Type | Interface and Description |
---|---|
interface |
SignatureOperationResult
The
SignatureOperationResult interface extends OperationResult to provide results specific to signature capture operations. |
Modifier and Type | Interface and Description |
---|---|
interface |
SmartCardReaderOperationResult
The
SmartCardReaderOperationResult interface extends OperationResult to provide results specific to smart card reader operations. |