Class ClientCloseEvent
java.lang.Object
com.caplin.motif.fx.trading.ResponderEvent<EditStrategyRequest>
com.caplin.motif.fx.trading.orders.edit.event.ClientCloseEvent
An ClientCloseEvent, received when the client has submitted an a request to finish editing of an order
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The name of the transition representing this eventFields inherited from class com.caplin.motif.fx.trading.ResponderEvent
fields
-
Constructor Summary
ConstructorDescriptionConstructs an ClientCloseEvent with the event name "ClientClose". -
Method Summary
Methods inherited from class com.caplin.motif.fx.trading.ResponderEvent
addField, addFields, equals, getEventName, getField, getFields, hashCode, toString
-
Field Details
-
CLIENT_CLOSE_EVENT
The name of the transition representing this event- See Also:
-
-
Constructor Details
-
ClientCloseEvent
public ClientCloseEvent()Constructs an ClientCloseEvent with the event name "ClientClose".
-