Package | Description |
---|---|
com.scriptel.easyscript |
This package contains all of the required logic to parse output from
Scriptel ScripTouch EasyScript products.
|
com.scriptel.easyscript.example |
Modifier and Type | Method and Description |
---|---|
CardSwipe |
EasyScript.parseCardSwipe(java.lang.String swipe)
This method attempts to parse a magnetic card swipe from a ScripTouch
device with a magnetic strip reader.
|
Modifier and Type | Method and Description |
---|---|
void |
EasyScriptEventListener.cardSwipe(CardSwipe swipe)
This method is called when a card swipe is detected in the signature
stream.
|
Modifier and Type | Method and Description |
---|---|
void |
Example.cardSwipe(CardSwipe swipe)
This method receives a card swipe from the EasyScript parser.
|