public interface IButtonListener extends IBaseListener
| Modifier and Type | Method and Description |
|---|---|
void |
onError(IButtonListenerError error)
No data received
|
void |
onResult(Button button)
Called on button pressed
|
void |
onWarning(Button button,
IButtonListenerWarning warning)
Data received with warning
|
getIdgetAPIGroup, getAPIVersionvoid onError(IButtonListenerError error)
error - occurredvoid onResult(Button button)
button - pressedvoid onWarning(Button button, IButtonListenerWarning warning)
button - pressedwarning - happened