Class ActionCompletedListener.ActionCompletedEvent

  • Enclosing interface:
    ActionCompletedListener

    public static class ActionCompletedListener.ActionCompletedEvent
    extends Object
    This event is generated once a module action is completed.
    • Field Detail

      • STATUS_SUCCESS

        public static int STATUS_SUCCESS
        If the action was completed successfully.
      • STATUS_WARNING

        public static int STATUS_WARNING
        If the action was completed with warnings.
      • STATUS_ERROR

        public static int STATUS_ERROR
        If the action was not completed.
      • STATUS_CANCELED

        public static int STATUS_CANCELED
        If the action was not completed because the user canceled it.
    • Constructor Detail

      • ActionCompletedEvent

        public ActionCompletedEvent​(int status,
                                    String message,
                                    Class source)
      • ActionCompletedEvent

        public ActionCompletedEvent​(int status,
                                    String message,
                                    Class source,
                                    ActionResponse actionResponse)
    • Method Detail

      • getMessage

        public String getMessage()
      • setMessage

        public void setMessage​(String message)
      • getStatus

        public int getStatus()
      • setStatus

        public void setStatus​(int status)
      • getSource

        public Class getSource()
      • setActionResponse

        public void setActionResponse​(ActionResponse actionResponse)