Class SaveAcceptEvent


public class SaveAcceptEvent extends StrategyEvent<EditStrategyRequest>

An event to notify the client that the request to save the modifications on an existing strategy has been completed successfully by the backend.

See Also:
  • Field Details

    • SAVE_ACCEPT_EVENT

      public static final String SAVE_ACCEPT_EVENT
      The name of the transition representing this event
      See Also:
  • Constructor Details

    • SaveAcceptEvent

      public SaveAcceptEvent(Strategy strategy)
      Constructs a SaveAcceptEvent with the event name "SaveAccept".
      Parameters:
      strategy - The strategy representing the current state of the order.