public interface EasyScriptEventListener
Modifier and Type | Method and Description |
---|---|
void |
cancel()
This method will be called when the signature is cancelled by pressing
the "Cancel" button on the signature pad.
|
void |
cardSwipe(CardSwipe swipe)
This method is called when a card swipe is detected in the signature
stream.
|
void |
endOfSignature()
This method will be called when the signature is accepted by pressing the
"OK" or "Accept" button on the signature pad.
|
void |
newStroke()
This method will be called when a new stroke is detected in the signature
stream.
|
void |
receiveCoordinate(Coordinate coordinate)
This method will be called when a coordinate is parsed from the signature
stream.
|
void |
signatureMetaData(SignatureMetaData metaData)
This method is called when the signature metadata is captured from the
signature stream.
|
void receiveCoordinate(Coordinate coordinate)
coordinate
- Most recent coordinate from the signature stream.void newStroke()
void cancel()
void endOfSignature()
void signatureMetaData(SignatureMetaData metaData)
metaData
- Metadata regarding the current signature.void cardSwipe(CardSwipe swipe)
swipe
- Card Swipe