public interface BlotterApplicationListener
Passed into the constructor of BlotterProvider
, callbacks are made
when requests and discards for blotter channels are received:
blotterChannelOpened(com.caplin.datasource.blotter.BlotterChannel)
and
blotterChannelClosed(com.caplin.datasource.blotter.BlotterChannel)
.
Once opened, BlotterItem
s can be sent on the received BlotterChannel
.
Modifier and Type | Method and Description |
---|---|
void |
blotterChannelClosed(BlotterChannel channel)
Callback invoked when a discard for a blotter is received.
|
void |
blotterChannelOpened(BlotterChannel channel)
Callback invoked when a request for a blotter is received.
|
void blotterChannelOpened(BlotterChannel channel)
Callback invoked when a request for a blotter is received.
channel
- BlotterChannel
associated with requested subject.void blotterChannelClosed(BlotterChannel channel)
Callback invoked when a discard for a blotter is received.
channel
- BlotterChannel
associated with requested subject.Please send bug reports and comments to Caplin support