Package 

Interface AlertListener

  • All Implemented Interfaces:

    
    public interface AlertListener
    
                        

    Alert message event listener.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void onPositiveResponse() Invoked on positive button clicks.
      abstract void onNegativeResponse() Invoked on negative button clicks.
      abstract void onShow() Invoked when the alert is displayed.
      abstract void onDismiss() Invoked when the alert is dismissed.
      abstract void onError(UIError error) Invoked when the error occurs
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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.

      • onError

         abstract void onError(UIError error)

        Invoked when the error occurs

        Parameters:
        error - An UIError instance