|
|||||||||
| Home >> All >> com >> globalretailtech >> pos >> [ hardware overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.globalretailtech.pos.hardware
Class Keyboard

java.lang.Objectcom.globalretailtech.pos.hardware.BaseDevice
com.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)
|
|||||||||
| Home >> All >> com >> globalretailtech >> pos >> [ hardware overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC