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.
Modifier and Type | Field and Description |
---|---|
static String |
SAVE_ACCEPT_EVENT
The name of the transition representing this event
|
fields
Constructor and Description |
---|
SaveAcceptEvent(Strategy strategy)
Constructs a SaveAcceptEvent with the event name "SaveAccept".
|
getStrategy, toString
addField, addFields, addTransparentFields, equals, getEventName, getField, getFields, hashCode
public static final String SAVE_ACCEPT_EVENT
public SaveAcceptEvent(Strategy strategy)
strategy
- The strategy representing the current state of the order.Copyright © 2015 Caplin Systems.