public class SaveEvent extends StrategyEvent<EditStrategyRequest>

An event to notify the backend that a save has been requested by the client.

See Also:
  • Field Details

    • SAVE_EVENT

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

    • SaveEvent

      public SaveEvent(Strategy strategy, com.google.common.collect.ImmutableList<Order> editedOrders, com.google.common.collect.ImmutableList<Order> editableOrdersWithChangedEditableFields)
      Constructs an SaveEvent with the event name "Save".
  • Method Details