Class EditAcceptEvent


public class EditAcceptEvent extends StrategyEvent<EditStrategyRequest>

An event to notify the client that the request to edit an existing order has been successfully accepted by the backend.

See Also:
  • Field Details

    • EDIT_ACCEPT_EVENT

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

    • EditAcceptEvent

      public EditAcceptEvent(Strategy strategy)
      Constructs an EditAcceptEvent with the event name "EditAccept".
      Parameters:
      strategy - The Strategy containing Order in its current state