Class UIWorkflowEvent


  • public class UIWorkflowEvent
    extends UIEvent
    This class define a UI workflow event.
    Since:
    2.3
    Author:
    Laurent Jourdren
    • Constructor Detail

      • UIWorkflowEvent

        public UIWorkflowEvent​(boolean success,
                               String message)
        Constructor.
        Parameters:
        success - true if the workflow is a success
        message - the message of the event
    • Method Detail

      • isSuccess

        public boolean isSuccess()
        Test if the event is a success.
        Returns:
        true if the event is a success
      • getMessage

        public String getMessage()
        Get the message of the event.
        Returns:
        the message of the event