Skip to main content

WizCtlEvents

Interface: WizCtl.WizCtlEvents

This interface when implemented provides feedback events when an action is taken on the pad. NOTE: This has slightly different behaviour than the COM version. Full qualification: com.florentis.signature.WizCtl.WizCtlEvents

Methods

onPadEvent

This is only called from within WizCtl.processEvents(). Return true to continue processing events or return false for processEvents() to return.

public boolean onPadEvent(WizCtl wizCtl, String id, Object eventType)
Parameters
wizCtlThe wizard control.
eventTypeWizard event type.
Return Value
boolean – Return true to continue processing events or false for processEvents() to return.