public class BlotterService
extends java.lang.Object
implements com.caplin.datasource.blotter.BlotterApplicationListener
Constructor and Description |
---|
BlotterService(BlotterFactory blotterFactory,
UserBlotterManager userBlotterManager,
OpenOrdersListenerManager openOrdersListenerManager,
BlotterType blotterType) |
Modifier and Type | Method and Description |
---|---|
void |
blotterChannelClosed(com.caplin.datasource.blotter.BlotterChannel channel)
Callback invoked when a discard for a blotter is received.
|
void |
blotterChannelOpened(com.caplin.datasource.blotter.BlotterChannel channel)
Callback invoked when a request for a blotter is received.
|
public BlotterService(@Nonnull BlotterFactory blotterFactory, @Nonnull UserBlotterManager userBlotterManager, @Nonnull OpenOrdersListenerManager openOrdersListenerManager, @Nonnull BlotterType blotterType)
public void blotterChannelOpened(@Nonnull com.caplin.datasource.blotter.BlotterChannel channel)
com.caplin.datasource.blotter.BlotterApplicationListener
Callback invoked when a request for a blotter is received.
blotterChannelOpened
in interface com.caplin.datasource.blotter.BlotterApplicationListener
channel
- BlotterChannel
associated with requested subject.public void blotterChannelClosed(@Nonnull com.caplin.datasource.blotter.BlotterChannel channel)
com.caplin.datasource.blotter.BlotterApplicationListener
Callback invoked when a discard for a blotter is received.
blotterChannelClosed
in interface com.caplin.datasource.blotter.BlotterApplicationListener
channel
- BlotterChannel
associated with requested subject.Copyright © 2016 Caplin Systems.