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.
Modifier and Type | Field and Description |
---|---|
static String |
EDIT_ACCEPT_EVENT
The name of the transition representing this event
|
fields
Constructor and Description |
---|
EditAcceptEvent(Strategy strategy)
Constructs an EditAcceptEvent with the event name "EditAccept".
|
getStrategy, toString
addField, addFields, addTransparentFields, equals, getEventName, getField, getFields, hashCode
public static final String EDIT_ACCEPT_EVENT
public EditAcceptEvent(Strategy strategy)
strategy
- The Strategy containing Order in its current stateCopyright © 2015 Caplin Systems.