Interface EventDetailsView

    • Method Detail

      • showEventDetails

        void showEventDetails​(Event event)
        Notifies the view show the event details using the Event passed
        Parameters:
        event - Event model
      • showMissingEventDialog

        void showMissingEventDialog​(java.lang.String error)
        Notifies the view to show the error dialog
        Parameters:
        error - info about the error
      • showRespondDialog

        void showRespondDialog​(java.lang.String heading)
        Shows the respond dialog
        Parameters:
        heading - header text used upon showing the dialog
      • showRespondFailedDialog

        void showRespondFailedDialog​(java.lang.String error)
        Show a failed dialog containing an error description
        Parameters:
        error - info about the error
      • sendResponseBroadcast

        void sendResponseBroadcast()
        Notifies the view to initiate a respond broadcast
      • showProgressDialog

        void showProgressDialog​(boolean state)
        Show/Hide the progress dialog
        Parameters:
        state - true to show the dialog, else false