Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.globalretailtech.pos.hardware
Class Keyboard  view Keyboard download Keyboard.java

java.lang.Object
  extended bycom.globalretailtech.pos.hardware.BaseDevice
      extended bycom.globalretailtech.pos.hardware.Keyboard

public class Keyboard
extends BaseDevice

Keyboard implementation. Attaches to the jpos service passed in the constructor and excutes the PosEvent tied to the key using the key code from jpos.


Field Summary
(package private)  com.globalretailtech.pos.context.ContextSet contextSet
           
(package private)  jpos.POSKeyboard control
           
 
Fields inherited from class com.globalretailtech.pos.hardware.BaseDevice
 
Constructor Summary
Keyboard(jpos.POSKeyboard c, java.lang.String devicename, com.globalretailtech.pos.context.ContextSet set)
           
 
Method Summary
 void process(int value)
           
 
Methods inherited from class com.globalretailtech.pos.hardware.BaseDevice
Control, isOpen
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

control

jpos.POSKeyboard control

contextSet

com.globalretailtech.pos.context.ContextSet contextSet
Constructor Detail

Keyboard

public Keyboard(jpos.POSKeyboard c,
                java.lang.String devicename,
                com.globalretailtech.pos.context.ContextSet set)
Method Detail

process

public void process(int value)