Package com.caplin.motif
Class MotifTradingApplicationListener
java.lang.Object
com.caplin.motif.MotifTradingApplicationListener
- All Implemented Interfaces:
com.caplin.trading.TradingApplicationListener
public class MotifTradingApplicationListener
extends Object
implements com.caplin.trading.TradingApplicationListener
-
Constructor Summary
ConstructorDescriptionMotifTradingApplicationListener
(MotifTradeChannelListener tradeChannelListener) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
blotterChannelClosed
(BlotterChannel blotterChannel) void
blotterChannelCreated
(BlotterChannel blotterChannel) void
channelClosed
(com.caplin.trading.TradeChannel tradeChannel) void
channelCreated
(com.caplin.trading.TradeChannel tradeChannel) void
peerDown
(int peerId) void
peerUp
(int peerId) void
registerTradeListenerFactory
(String protocol, TradeListenerFactory listener) void
void
removeUserSessionListener
(UserSessionListener listener)
-
Constructor Details
-
MotifTradingApplicationListener
-
-
Method Details
-
channelCreated
public void channelCreated(com.caplin.trading.TradeChannel tradeChannel) - Specified by:
channelCreated
in interfacecom.caplin.trading.TradingApplicationListener
-
channelClosed
public void channelClosed(com.caplin.trading.TradeChannel tradeChannel) - Specified by:
channelClosed
in interfacecom.caplin.trading.TradingApplicationListener
-
addTradeChannelSessionListener
-
registerTradeListenerFactory
-
registerUserSessionListener
-
removeUserSessionListener
-
blotterChannelClosed
-
blotterChannelCreated
-
peerDown
public void peerDown(int peerId) - Specified by:
peerDown
in interfacecom.caplin.trading.TradingApplicationListener
-
peerUp
public void peerUp(int peerId) - Specified by:
peerUp
in interfacecom.caplin.trading.TradingApplicationListener
-