T
- The type of blotter that this provider will provide.public interface FXBlotterProvider<T extends FXBlotterSubjectInfo>
An FXBlotterProvider instance is capable of receiving Blotter requests and discards for containers.
In order to receive requests, an instance of this object must passed to a create
publisher method on an FXBlotterAdapter
.
Modifier and Type | Method and Description |
---|---|
void |
onBlotterDiscard(T info)
Called when the blotter container is discarded.
|
void |
onBlotterRequest(T info)
Called when the blotter container is requested.
|
void onBlotterRequest(T info)
info
- The object representing the blotter request and its parameters.void onBlotterDiscard(T info)
info
- The object representing the blotter discard and its parameters.Copyright © 2015 Caplin Systems.