Interface EventDetailsView

  • All Superinterfaces:
    com.cheetahdigital.uikit.architecture.lce.LceView, com.cheetahdigital.uikit.architecture.lce.MvpLceView, com.cheetahdigital.uikit.architecture.mvp.MvpView
    All Known Implementing Classes:
    EventDetailsActivity

    public interface EventDetailsView
    extends com.cheetahdigital.uikit.architecture.lce.LceView
    LceView class of EventDetailsActivity
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void sendResponseBroadcast()
      Notifies the view to initiate a respond broadcast
      void showEventDetails​(Event event)
      Notifies the view show the event details using the Event passed
      void showMissingEventDialog​(java.lang.String error)
      Notifies the view to show the error dialog
      void showProgressDialog​(boolean state)
      Show/Hide the progress dialog
      void showRespondDialog​(java.lang.String heading)
      Shows the respond dialog
      void showRespondFailedDialog​(java.lang.String error)
      Show a failed dialog containing an error description
      • Methods inherited from interface com.cheetahdigital.uikit.architecture.lce.LceView

        onLoadFailed, onLoadSuccess, setErrorViewClickListener
      • Methods inherited from interface com.cheetahdigital.uikit.architecture.lce.MvpLceView

        showContent, showError, showLoading
    • 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