public interface OnButtonListener
| Modifier and Type | Method and Description |
|---|---|
void |
onError(String info)
Returns when there is an error with subscribing to button
|
void |
onEvent(ButtonName buttonName,
OnButtonEvent buttonEvent)
Returns when a Subscribed button Event has occurred
|
void |
onPress(ButtonName buttonName,
OnButtonPress buttonPress)
Returns when a Subscribed button is pressed
|
void onPress(ButtonName buttonName, OnButtonPress buttonPress)
buttonName - - Name of ButtonbuttonPress - - OnButtonPressvoid onEvent(ButtonName buttonName, OnButtonEvent buttonEvent)
buttonName - - Name of ButtonbuttonEvent - - OnButtonEventvoid onError(String info)
info - - Error info