Class SaveEvent
- java.lang.Object
-
- com.caplin.motif.fx.trading.ResponderEvent<T>
-
- com.caplin.motif.fx.trading.orders.edit.event.StrategyEvent<EditStrategyRequest>
-
- com.caplin.motif.fx.trading.orders.edit.event.SaveEvent
-
public class SaveEvent extends StrategyEvent<EditStrategyRequest>
An event to notify the backend that a save has been requested by the client.
- See Also:
EditStrategyListener.onSave(SaveEvent)
-
-
Field Summary
Fields Modifier and Type Field Description static String
SAVE_EVENT
The name of the transition representing this event-
Fields inherited from class com.caplin.motif.fx.trading.ResponderEvent
fields
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Order>
getEditedOrders()
List<Order>
getEditedOrdersWithChangedEditableFields()
String
toString()
-
Methods inherited from class com.caplin.motif.fx.trading.orders.edit.event.StrategyEvent
getStrategy
-
Methods inherited from class com.caplin.motif.fx.trading.ResponderEvent
addField, addFields, equals, getEventName, getField, getFields, hashCode
-
-
-
-
Field Detail
-
SAVE_EVENT
public static final String SAVE_EVENT
The name of the transition representing this event- See Also:
- Constant Field Values
-
-
Method Detail
-
getEditedOrdersWithChangedEditableFields
public List<Order> getEditedOrdersWithChangedEditableFields()
-
toString
public String toString()
- Overrides:
toString
in classStrategyEvent<EditStrategyRequest>
-
-