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 | |
| wizCtl | The wizard control. |
| eventType | Wizard event type. |
| Return Value | |
boolean – Return true to continue processing events or false for processEvents() to return. | |