Serialized Form
-
Package de.gmxhome.conrad.jpos.jpos_base
-
Class de.gmxhome.conrad.jpos.jpos_base.DelayedStatusUpdateEvent extends JposStatusUpdateEvent implements Serializable
-
Serialized Fields
-
Timeout
long Timeout
Timeout for delayed event firing.
-
-
-
Class de.gmxhome.conrad.jpos.jpos_base.JposDataEvent extends jpos.events.DataEvent implements Serializable
-
Class de.gmxhome.conrad.jpos.jpos_base.JposDirectIOEvent extends jpos.events.DirectIOEvent implements Serializable
-
Serialized Fields
-
WriteProtected
boolean WriteProtected
Write protection flag. If true, neither a call to setData nor to setObject will change this event.
-
-
-
Class de.gmxhome.conrad.jpos.jpos_base.JposDirectIOWaitingEvent extends JposDirectIOEvent implements Serializable
-
Serialized Fields
-
Waiter
SyncObject Waiter
Object to be used to wait until event handler returns.
-
-
-
Class de.gmxhome.conrad.jpos.jpos_base.JposErrorEvent extends jpos.events.ErrorEvent implements Serializable
-
Serialized Fields
-
invalidContinueClasses
Class<?>[] invalidContinueClasses
Array of all classes which do not allow ER_CONTINUEINPUT as ErrorResponse. -
Message
String Message
Contains the error message stored in a JposException passed to method createErrorEvent of a JposOutputRequest. Contains an empty string as default otherwise. -
validErrorResponses
long[] validErrorResponses
Array or valid error response values.
-
-
-
Class de.gmxhome.conrad.jpos.jpos_base.JposOutputCompleteEvent extends jpos.events.OutputCompleteEvent implements Serializable
-
Class de.gmxhome.conrad.jpos.jpos_base.JposStatusUpdateEvent extends jpos.events.StatusUpdateEvent implements Serializable
-
Class de.gmxhome.conrad.jpos.jpos_base.JposTransitionEvent extends jpos.events.TransitionEvent implements Serializable
-
Serialized Fields
-
WriteProtected
boolean WriteProtected
Write protection flag. If true, neither a call to setData nor to setString will change this event.
-
-
-
Class de.gmxhome.conrad.jpos.jpos_base.JposTransitionWaitingEvent extends JposTransitionEvent implements Serializable
-
Serialized Fields
-
Waiter
SyncObject Waiter
Object to be used to wait until event handler returns.
-
-
-
Class de.gmxhome.conrad.jpos.jpos_base.SerialIOAdapter.NotFoundException extends IOException implements Serializable
-
Class de.gmxhome.conrad.jpos.jpos_base.UnitDataEvent extends JposDataEvent implements Serializable
-
Serialized Fields
-
Unit
int Unit
Subsystem unit that forced the event.
-
-
-
Class de.gmxhome.conrad.jpos.jpos_base.UnitInputErrorEvent extends UnitOutputErrorEvent implements Serializable
-
Class de.gmxhome.conrad.jpos.jpos_base.UnitOutputCompleteEvent extends JposOutputCompleteEvent implements Serializable
-
Serialized Fields
-
Units
int Units
Target units of the corresponding output request.
-
-
-
Class de.gmxhome.conrad.jpos.jpos_base.UnitOutputErrorEvent extends JposErrorEvent implements Serializable
-
Serialized Fields
-
Units
int Units
Subsystem units that forced the error. One bit per unit.
-
-
-
Class de.gmxhome.conrad.jpos.jpos_base.UnitStatusUpdateEvent extends JposStatusUpdateEvent implements Serializable
-
Serialized Fields
-
Units
int Units
Target units of the corresponding status change.
-
-
-
-
Package de.gmxhome.conrad.jpos.jpos_base.belt
-
Class de.gmxhome.conrad.jpos.jpos_base.belt.BeltStatusUpdateEvent extends JposStatusUpdateEvent implements Serializable
-
-
Package de.gmxhome.conrad.jpos.jpos_base.billacceptor
-
Class de.gmxhome.conrad.jpos.jpos_base.billacceptor.BillAcceptorDataEvent extends JposDataEvent implements Serializable
-
Serialized Fields
-
Amount
int Amount
The total amount of deposited cash. See UPOS specification, Chapter Bill Acceptor - Properties - DepositAmount for details. -
Counts
String Counts
Holds the total of the cash accepted by the BillAcceptor. See UPOS specification, Chapter Bill Acceptor - Properties - DepositCounts for details.
-
-
-
Class de.gmxhome.conrad.jpos.jpos_base.billacceptor.BillAcceptorStatusUpdateEvent extends JposStatusUpdateEvent implements Serializable
-
Serialized Fields
-
DepositState
int DepositState
Value to be stored in property DepositState if state is STATUS_JAMOK.
-
-
-
-
Package de.gmxhome.conrad.jpos.jpos_base.billdispenser
-
Class de.gmxhome.conrad.jpos.jpos_base.billdispenser.BillDispenserStatusUpdateEvent extends JposStatusUpdateEvent implements Serializable
-
Serialized Fields
-
DeviceState
int DeviceState
Value to be set in property DeviceStatus, if specified within constructor. -
Exception
jpos.JposException Exception
Exception will not be thrown, the exception properties ErrorCode and ErrorCodeExtended will be used to fill the corresponding result code properties instead. If null, the result code properties will be set to the values reserved for error-free processing.
-
-
-
-
Package de.gmxhome.conrad.jpos.jpos_base.biometrics
-
Class de.gmxhome.conrad.jpos.jpos_base.biometrics.BiometricsDataEvent extends JposDataEvent implements Serializable
-
Serialized Fields
-
BIR
byte[] BIR
New contents for property BIR. For details, see UPOS specification. -
RawSensorData
byte[] RawSensorData
New contents for property RawSensorData. For details, see UPOS specification.
-
-
-
Class de.gmxhome.conrad.jpos.jpos_base.biometrics.BiometricsStatusUpdateEvent extends JposStatusUpdateEvent implements Serializable
-
-
Package de.gmxhome.conrad.jpos.jpos_base.cashchanger
-
Class de.gmxhome.conrad.jpos.jpos_base.cashchanger.CashChangerDataEvent extends JposDataEvent implements Serializable
-
Serialized Fields
-
Amount
int Amount
The total amount of deposited cash. See UPOS specification, Chapter Cash Changer - Properties - DepositAmount for details. -
Counts
String Counts
Holds the total of the cash accepted by the CashChanger. See UPOS specification, Chapter Cash Changer - Properties - DepositCounts for details.
-
-
-
Class de.gmxhome.conrad.jpos.jpos_base.cashchanger.CashChangerStatusUpdateEvent extends JposStatusUpdateEvent implements Serializable
-
Serialized Fields
-
Exception
jpos.JposException Exception
Exception will not be thrown, the exception properties ErrorCode and ErrorCodeExtended will be used to fill the corresponding result code properties instead. If null, the result code properties will be set to the values reserved for error-free processing. -
InDepositOperation
Boolean InDepositOperation
Flag to be used to check whether the devise is in a deposit operation or not. If this is not known, InDepositOperation will be null. -
State
Integer State
Status value.
-
-
-
-
Package de.gmxhome.conrad.jpos.jpos_base.cashdrawer
-
Class de.gmxhome.conrad.jpos.jpos_base.cashdrawer.CashDrawerStatusUpdateEvent extends JposStatusUpdateEvent implements Serializable
-
-
Package de.gmxhome.conrad.jpos.jpos_base.cat
-
Class de.gmxhome.conrad.jpos.jpos_base.cat.CATStatusUpdateEvent extends JposStatusUpdateEvent implements Serializable
-
-
Package de.gmxhome.conrad.jpos.jpos_base.checkscanner
-
Class de.gmxhome.conrad.jpos.jpos_base.checkscanner.CheckScannerDataEvent extends JposDataEvent implements Serializable
-
Serialized Fields
-
DocumentHeight
Integer DocumentHeight
New document height in dot units. See Quality for details. -
DocumentWidth
Integer DocumentWidth
New document width in dot units. See Quality for details. -
FileID
String FileID
New contents of FileID property. Must be set if CapAutoGenerateFileID is true. For details, see UPOS specification. -
FileIndex
int FileIndex
New contents of FileIndex property. For details, see UPOS specification. -
ImageData
byte[] ImageData
New contents of ImageData property. For details, see UPOS specification. -
ImageTagData
String ImageTagData
New contents of ImageTagData property. Must be set if CapAutoGenerateImageTagData is true. For details, see UPOS specification. -
Quality
Integer Quality
Resolution of the scan image in DPI. For example, if Quality equals 320 and the scan image is 3 x 6 inch, DocumentHeight must be equal to 960 and DocumentWidth equal to 1920.
-
-
-
Class de.gmxhome.conrad.jpos.jpos_base.checkscanner.CheckScannerStatusUpdateEvent extends JposStatusUpdateEvent implements Serializable
-
-
Package de.gmxhome.conrad.jpos.jpos_base.coinacceptor
-
Class de.gmxhome.conrad.jpos.jpos_base.coinacceptor.CoinAcceptorDataEvent extends JposDataEvent implements Serializable
-
Serialized Fields
-
Amount
int Amount
The total amount of deposited cash. See UPOS specification, Chapter Coin Acceptor - Properties - DepositAmount for details. -
Counts
String Counts
Holds the total of the cash accepted by the CoinAcceptor. See UPOS specification, Chapter Coin Acceptor - Properties - DepositCounts for details.
-
-
-
Class de.gmxhome.conrad.jpos.jpos_base.coinacceptor.CoinAcceptorStatusUpdateEvent extends JposStatusUpdateEvent implements Serializable
-
Serialized Fields
-
DepositState
int DepositState
New value for DepositStatus property
-
-
-
-
Package de.gmxhome.conrad.jpos.jpos_base.coindispenser
-
Class de.gmxhome.conrad.jpos.jpos_base.coindispenser.CoinDispenserStatusUpdateEvent extends JposStatusUpdateEvent implements Serializable
-
-
Package de.gmxhome.conrad.jpos.jpos_base.devicemonitor
-
Class de.gmxhome.conrad.jpos.jpos_base.devicemonitor.DeviceMonitorDataEvent extends JposDataEvent implements Serializable
-
Serialized Fields
-
DeviceData
String DeviceData
Device data as specified within the UPOS specification.
-
-
-
Class de.gmxhome.conrad.jpos.jpos_base.devicemonitor.DeviceMonitorStatusUpdateEvent extends JposStatusUpdateEvent implements Serializable
-
-
Package de.gmxhome.conrad.jpos.jpos_base.electronicjournal
-
Class de.gmxhome.conrad.jpos.jpos_base.electronicjournal.ElectronicJournalStatusUpdateEvent extends JposStatusUpdateEvent implements Serializable
-
-
Package de.gmxhome.conrad.jpos.jpos_base.electronicvaluerw
-
Class de.gmxhome.conrad.jpos.jpos_base.electronicvaluerw.ElectronicValueRWStatusUpdateEvent extends JposStatusUpdateEvent implements Serializable
-
Class de.gmxhome.conrad.jpos.jpos_base.electronicvaluerw.ElectronicValueRWTransitionEvent extends JposTransitionEvent implements Serializable
-
Serialized Fields
-
AdditionalSecurityInformation
String AdditionalSecurityInformation
Value for AdditionalSecurityInformation property to be set before firing transition event with EventNumber TE_CONFIRM_DEVICE_DATA, TE_CONFIRM_SEARCH_TABLE or TE_CONFIRM_AUTHORIZE. If null (the default), AdditionalSecurityInformation property will not be changed by this event. -
Balance
Long Balance
Value for Balance property to be set before firing transition event with EventNumber TE_CONFIRM_REMAINDER_SUBTRACTION. If null (the default), Balance property will not be changed by this event.
-
-
-
-
Package de.gmxhome.conrad.jpos.jpos_base.fiscalprinter
-
Class de.gmxhome.conrad.jpos.jpos_base.fiscalprinter.FiscalPrinterErrorEvent extends JposErrorEvent implements Serializable
-
Serialized Fields
-
Level
int Level
The ErrorLevel value. -
Message
String Message
The error message. -
OutputID
int OutputID
The output ID. -
State
int State
the new ErrorState value. -
Station
int Station
The ErrorStation value.
-
-
-
Class de.gmxhome.conrad.jpos.jpos_base.fiscalprinter.FiscalPrinterException extends jpos.JposException implements Serializable
-
Serialized Fields
-
Level
int Level
Error level. In case of asynchronous processing, this value will be passed to the ErrorLevel property. -
State
int State
Error state. In case of asynchronous processing, this value will be passed to the ErrorState property. -
Station
int Station
Error station. In case of asynchronous processing, this value will be passed to the ErrorStation property.
-
-
-
Class de.gmxhome.conrad.jpos.jpos_base.fiscalprinter.FiscalPrinterStatusUpdateEvent extends JposStatusUpdateEvent implements Serializable
-
-
Package de.gmxhome.conrad.jpos.jpos_base.gate
-
Class de.gmxhome.conrad.jpos.jpos_base.gate.GateStatusUpdateEvent extends JposStatusUpdateEvent implements Serializable
-
-
Package de.gmxhome.conrad.jpos.jpos_base.gesturecontrol
-
Class de.gmxhome.conrad.jpos.jpos_base.gesturecontrol.GestureControlStatusUpdateEvent extends JposStatusUpdateEvent implements Serializable
-
-
Package de.gmxhome.conrad.jpos.jpos_base.graphicdisplay
-
Class de.gmxhome.conrad.jpos.jpos_base.graphicdisplay.GraphicDisplayStatusUpdateEvent extends JposStatusUpdateEvent implements Serializable
-
Serialized Fields
-
URL
String URL
Value for property URL.
-
-
-
-
Package de.gmxhome.conrad.jpos.jpos_base.imagescanner
-
Class de.gmxhome.conrad.jpos.jpos_base.imagescanner.ImageScannerDataEvent extends JposDataEvent implements Serializable
-
Serialized Fields
-
BitsPerPixel
int BitsPerPixel
New contents of BitsPerPixel property. For details, see UPOS specification. -
FrameData
byte[] FrameData
New contents of FrameData property. For details, see UPOS specification. -
FrameType
int FrameType
New contents of FrameType property. For details, see UPOS specification. -
ImageHeight
int ImageHeight
New contents of ImageHeight property. For details, see UPOS specification. -
ImageLength
int ImageLength
New contents of ImageLength property. For details, see UPOS specification. -
ImageType
int ImageType
New contents of ImageType property. For details, see UPOS specification. -
ImageWidth
int ImageWidth
New contents of ImageWidth property. For details, see UPOS specification.
-
-
-
-
Package de.gmxhome.conrad.jpos.jpos_base.individualrecognition
-
Class de.gmxhome.conrad.jpos.jpos_base.individualrecognition.IndividualRecognitionDataEvent extends JposDataEvent implements Serializable
-
Serialized Fields
-
IDs
String IDs
Holds the value to be stored in property IndividualIDs before event delivery. -
Information
String Information
Holds the value to be stored in property IndividualRecognitionInformation before event delivery. If null, property IndividualRecognitionInformation will not be changed before event delivery.
-
-
-
Class de.gmxhome.conrad.jpos.jpos_base.individualrecognition.IndividualRecognitionErrorEvent extends JposErrorEvent implements Serializable
-
Serialized Fields
-
IDs
String IDs
Holds the value to be stored in property IndividualIDs before event delivery. -
Information
String Information
Holds the value to be stored in property IndividualRecognitionInformation before event delivery. If null, property IndividualRecognitionInformation will not be changed before event delivery.
-
-
-
-
Package de.gmxhome.conrad.jpos.jpos_base.itemdispenser
-
Class de.gmxhome.conrad.jpos.jpos_base.itemdispenser.ItemDispenserStatusUpdateEvent extends JposStatusUpdateEvent implements Serializable
-
-
Package de.gmxhome.conrad.jpos.jpos_base.keylock
-
Class de.gmxhome.conrad.jpos.jpos_base.keylock.KeylockStatusUpdateEvent extends JposStatusUpdateEvent implements Serializable
-
Serialized Fields
-
ElectronicKeyValue
byte[] ElectronicKeyValue
Value to be stored in ElectronicKey property when firing the event..
-
-
-
-
Package de.gmxhome.conrad.jpos.jpos_base.micr
-
Class de.gmxhome.conrad.jpos.jpos_base.micr.MICRDataEvent extends JposDataEvent implements Serializable
-
Serialized Fields
-
Data
Data Data
Data containing values for data fields belonging to this data event.
-
-
-
Class de.gmxhome.conrad.jpos.jpos_base.micr.MICRErrorEvent extends JposErrorEvent implements Serializable
-
Serialized Fields
-
Data
Data Data
Data containing values for data fields belonging to this data event.
-
-
-
-
Package de.gmxhome.conrad.jpos.jpos_base.motionsensor
-
Class de.gmxhome.conrad.jpos.jpos_base.motionsensor.MotionSensorStatusUpdateEvent extends DelayedStatusUpdateEvent implements Serializable
-
-
Package de.gmxhome.conrad.jpos.jpos_base.msr
-
Class de.gmxhome.conrad.jpos.jpos_base.msr.MSRDataEvent extends JposDataEvent implements Serializable
-
Serialized Fields
-
TrackData
Object TrackData
Object that contains all data that are necessary to fill data fields before event is really fired.
-
-
-
Class de.gmxhome.conrad.jpos.jpos_base.msr.MSRErrorEvent extends JposErrorEvent implements Serializable
-
Serialized Fields
-
TrackData
Object TrackData
Object that contains all data that are necessary to fill data fields before event is really fired. Used when ErrorReportingType = MSR_ERT_TRACK.
-
-
-
Class de.gmxhome.conrad.jpos.jpos_base.msr.MSRStatusUpdateEvent extends JposStatusUpdateEvent implements Serializable
-
-
Package de.gmxhome.conrad.jpos.jpos_base.pinpad
-
Class de.gmxhome.conrad.jpos.jpos_base.pinpad.PINPadDataEvent extends JposDataEvent implements Serializable
-
Class de.gmxhome.conrad.jpos.jpos_base.pinpad.PINPadErrorEvent extends JposErrorEvent implements Serializable
-
-
Package de.gmxhome.conrad.jpos.jpos_base.pointcardrw
-
Class de.gmxhome.conrad.jpos.jpos_base.pointcardrw.PointCardRWDataEvent extends JposDataEvent implements Serializable
-
Serialized Fields
-
Length
Integer[] Length
Array containing the length in bytes of the 6 tracks to be stored in RecvLength1 and RecvLength2. -
State
Integer[] State
Array containing the state values of the 6 tracks to be stored in ReadState1 and ReadState2. -
Tracks
String[] Tracks
Array containing 6 Strings with track data. Empty strings if a track has not been read.
-
-
-
Class de.gmxhome.conrad.jpos.jpos_base.pointcardrw.PointCardRWErrorEvent extends JposErrorEvent implements Serializable
-
Serialized Fields
-
Length
Integer[] Length
Array containing the length in bytes of the 6 tracks to be stored i RecvLength1 and RecvLength2. -
State
Integer[] State
Array containing the state values of the 6 tracks to be stored in ReadState1 and ReadState2. -
Tracks
String[] Tracks
Array containing 6 Strings with track data. Empty strings if a track has not been read.
-
-
-
Class de.gmxhome.conrad.jpos.jpos_base.pointcardrw.PointCardRWOutputCompleteEvent extends JposOutputCompleteEvent implements Serializable
-
Serialized Fields
-
State
Integer[] State
Array containing the state values of the 6 tracks to be stored in WriteState1 and WriteState2, one value per track.
-
-
-
Class de.gmxhome.conrad.jpos.jpos_base.pointcardrw.PointCardRWStatusUpdateEvent extends JposStatusUpdateEvent implements Serializable
-
-
Package de.gmxhome.conrad.jpos.jpos_base.poskeyboard
-
Class de.gmxhome.conrad.jpos.jpos_base.poskeyboard.POSKeyboardDataEvent extends JposDataEvent implements Serializable
-
Serialized Fields
-
Data
int Data
Holds the POSKeyData property value to be stored before firing the event. -
EventType
int EventType
Holds the POSKeyEventType property value to be stored before firing the event.
-
-
-
-
Package de.gmxhome.conrad.jpos.jpos_base.pospower
-
Class de.gmxhome.conrad.jpos.jpos_base.pospower.POSPowerStatusUpdateEvent extends JposStatusUpdateEvent implements Serializable
-
Serialized Fields
-
AdditionalData
int AdditionalData
Value for property AdditionalData
-
-
-
-
Package de.gmxhome.conrad.jpos.jpos_base.posprinter
-
Class de.gmxhome.conrad.jpos.jpos_base.posprinter.POSPrinterErrorEvent extends JposErrorEvent implements Serializable
-
Serialized Fields
-
Level
int Level
Error level. In case of asynchronous processing, this value will be passed to the ErrorLevel property. -
Station
int Station
Printer station. In case of asynchronous processing, this value will be passed to the ErrorStation property. -
Text
String Text
Error message. In case of asynchronous processing, this value will be passed to ErrorString property.
-
-
-
Class de.gmxhome.conrad.jpos.jpos_base.posprinter.POSPrinterException extends jpos.JposException implements Serializable
-
Serialized Fields
-
Level
int Level
Error level. In case of asynchronous processing, this value will be passed to the ErrorLevel property. -
Station
int Station
Printer station. In case of asynchronous processing, this value will be passed to the ErrorStation property.
-
-
-
Class de.gmxhome.conrad.jpos.jpos_base.posprinter.POSPrinterStatusUpdateEvent extends JposStatusUpdateEvent implements Serializable
-
-
Package de.gmxhome.conrad.jpos.jpos_base.rfidscanner
-
Class de.gmxhome.conrad.jpos.jpos_base.rfidscanner.RFIDScannerDataEvent extends JposDataEvent implements Serializable
-
Serialized Fields
-
ScannedTags
List<RFIDScannerTagData> ScannedTags
RFID tags that have been read.
-
-
-
Class de.gmxhome.conrad.jpos.jpos_base.rfidscanner.RFIDScannerErrorEvent extends JposErrorEvent implements Serializable
-
-
Package de.gmxhome.conrad.jpos.jpos_base.scale
-
Class de.gmxhome.conrad.jpos.jpos_base.scale.ScaleDataEvent extends JposDataEvent implements Serializable
-
Serialized Fields
-
Price
long Price
Price set of readWeight or DoPriceCalculation. -
TareWeight
int TareWeight
Tara updated of ReadLifeWeightWithTare and DoPriceCalculation or 0 if CapTareWeight is false. -
UnitPrice
long UnitPrice
Unit price updated by DoPriceCalculation or 0 if not supported
-
-
-
Class de.gmxhome.conrad.jpos.jpos_base.scale.ScaleStatusUpdateEvent extends JposStatusUpdateEvent implements Serializable
-
-
Package de.gmxhome.conrad.jpos.jpos_base.scanner
-
Class de.gmxhome.conrad.jpos.jpos_base.scanner.ScannerDataEvent extends JposDataEvent implements Serializable
-
Serialized Fields
-
Data
byte[] Data
Holds the ScanData property value to be stored before firing the event. -
Label
byte[] Label
Holds the ScanDataLabel property value to be stored before firing the event. -
Type
int Type
Holds the ScanDataType property value to be stored before firing the event.
-
-
-
-
Package de.gmxhome.conrad.jpos.jpos_base.signaturecapture
-
Class de.gmxhome.conrad.jpos.jpos_base.signaturecapture.SignatureCaptureDataEvent extends JposDataEvent implements Serializable
-
Serialized Fields
-
PointArray
Point[] PointArray
Holds the PointArray property value to be stored before firing the event. -
RawData
byte[] RawData
Holds the RawData property value to be stored before firing the event.
-
-
-
-
Package de.gmxhome.conrad.jpos.jpos_base.smartcardrw
-
Class de.gmxhome.conrad.jpos.jpos_base.smartcardrw.SmartCardRWStatusUpdateEvent extends JposStatusUpdateEvent implements Serializable
-
-
Package de.gmxhome.conrad.jpos.jpos_base.soundplayer
-
Class de.gmxhome.conrad.jpos.jpos_base.soundplayer.SoundPlayerStatusUpdateEvent extends JposStatusUpdateEvent implements Serializable
-
Serialized Fields
-
OutputID
int OutputID
Output ID of sound that generates this event.
-
-
-
-
Package de.gmxhome.conrad.jpos.jpos_base.soundrecorder
-
Class de.gmxhome.conrad.jpos.jpos_base.soundrecorder.SoundRecorderDataEvent extends JposDataEvent implements Serializable
-
Serialized Fields
-
SoundData
byte[] SoundData
Holds the sound data to be stored in property SoundData.
-
-
-
Class de.gmxhome.conrad.jpos.jpos_base.soundrecorder.SoundRecorderStatusUpdateEvent extends JposStatusUpdateEvent implements Serializable
-
-
Package de.gmxhome.conrad.jpos.jpos_base.speechsynthesis
-
Class de.gmxhome.conrad.jpos.jpos_base.speechsynthesis.SpeechSynthesisStatusUpdateEvent extends JposStatusUpdateEvent implements Serializable
-
-
Package de.gmxhome.conrad.jpos.jpos_base.videocapture
-
Class de.gmxhome.conrad.jpos.jpos_base.videocapture.VideoCaptureStatusUpdateEvent extends JposStatusUpdateEvent implements Serializable
-
-
Package de.gmxhome.conrad.jpos.jpos_base.voicerecognition
-
Class de.gmxhome.conrad.jpos.jpos_base.voicerecognition.VoiceRecognitionDataEvent extends JposDataEvent implements Serializable
-
Serialized Fields
-
HearingDataPattern
String HearingDataPattern
Data to be stored in HearingDataPattern before event delivery. See UPOS specification for details. -
HearingDataWordOrWordList
String HearingDataWordOrWordList
Data to be stored in HearingDataWord or HearingDataWordList before event delivery. See UPOS specification for details. -
HearingResult
int HearingResult
Data to be stored in HearingResult before event delivery. See UPOS specification for details.
-
-
-
Class de.gmxhome.conrad.jpos.jpos_base.voicerecognition.VoiceRecognitionStatusUpdateEvent extends JposStatusUpdateEvent implements Serializable
-