T
- The type of blotter item that this provider will provide.public interface FXBlotterItemProvider<T extends FXBlotterItemSubjectInfo>
An FXBlotterItemProvider instance is capable of receiving Blotter requests and discards for Record Items
In order to receive requests, an instance of this object must be passed to
FXBlotterAdapter.createBlotterItemPublisher(FXBlotter, FXBlotterItemProvider)
You should only create this provider if you created an FXBlotterPublisher
using FXBlotterAdapter.createBlotterPublisher(FXBlotter, FXBlotterProvider)
.
You do not need to create an instance of this object, if you created an FXCachedBlotterPublisher
Modifier and Type | Method and Description |
---|---|
void |
onItemDiscard(T info)
Called when the Blotter Blotter Record Item is discarded.
|
void |
onItemRequest(T info)
Called when the Blotter Record Item is requested.
|
void onItemRequest(T info)
info
- The object representing the request for the Blotter Record Item and its parameters.void onItemDiscard(T info)
info
- The object representing the Blotter Record Item discad and ites parameters.Copyright © 2015 Caplin Systems.