Class RefreshEvent


public class RefreshEvent extends StrategyEvent<EditStrategyRequest>

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

See Also:
  • Field Details

    • REFRESH_EVENT

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

    • RefreshEvent

      public RefreshEvent(Strategy strategy)
      Constructs an RefreshEvent with the event name "Refresh".
      Parameters:
      strategy - The object containing the details of the strategy in its current state