Package com.caplin.motif.fx.trading
Class Responder<T extends UserTrade>
java.lang.Object
com.caplin.motif.fx.trading.Responder<T>
- Type Parameters:
T
- The trade type this responder is for.
- Direct Known Subclasses:
BaseErrorResponder
,FXResponder
A Responder allows for messages to be sent to the frontend. Generally, you only deal with instances that extend this class that have been set up for a particular state, for example:
espTrade.getSubmittedResponder().sendSubmitAck(new SubmitAckEvent())
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
logger
protected final org.slf4j.Logger logger -
trade
-
-
Constructor Details
-
Responder
Constructs a responder for the specified trade object.- Parameters:
trade
- The trade object that this responder will send messages for.
-
-
Method Details
-
respond
Sends a response for the event represented by specified ResponderEvent- Parameters:
event
- The event to send.- Throws:
com.caplin.trading.TradeException
- If there was a problem sending the event.
-
toString
-
hashCode
public int hashCode() -
equals
-