-
- All Implemented Interfaces:
public interface AlertListenerAlert message event listener.
-
-
Method Summary
Modifier and Type Method Description abstract voidonPositiveResponse()Invoked on positive button clicks. abstract voidonNegativeResponse()Invoked on negative button clicks. abstract voidonShow()Invoked when the alert is displayed. abstract voidonDismiss()Invoked when the alert is dismissed. abstract voidonError(UIError error)Invoked when the error occurs -
-
Method Detail
-
onPositiveResponse
abstract void onPositiveResponse()
Invoked on positive button clicks.
-
onNegativeResponse
abstract void onNegativeResponse()
Invoked on negative button clicks.
-
onShow
abstract void onShow()
Invoked when the alert is displayed.
-
onDismiss
abstract void onDismiss()
Invoked when the alert is dismissed.
-
-
-
-