de.softpro.signdocmobile.foundations
Interface SignatureCaptureView.ISignatureButtonListener

Enclosing class:
SignatureCaptureView

public static interface SignatureCaptureView.ISignatureButtonListener

Listener that indicates when a hosted button is clicked

See Also:
setButtonListener

Method Summary
 void cancelClicked()
          The callback function that is called when the cancel button is clicked
 void eraseClicked()
          The callback function that is called when the erase button is clicked
 void okClicked(TabletTraceCollection traceCollection)
          The callback function that is called when the ok button is clicked
 

Method Detail

cancelClicked

void cancelClicked()
The callback function that is called when the cancel button is clicked


okClicked

void okClicked(TabletTraceCollection traceCollection)
The callback function that is called when the ok button is clicked

Parameters:
traceCollection - the TabletTraceCollection that was captured

eraseClicked

void eraseClicked()
The callback function that is called when the erase button is clicked