Uses of Interface
com.bloomberglp.blpapi.ProviderEventHandler
Packages that use ProviderEventHandler
-
Uses of ProviderEventHandler in com.bloomberglp.blpapi
Methods in com.bloomberglp.blpapi with parameters of type ProviderEventHandlerModifier and TypeMethodDescriptionvoid
ProviderSession.setEventHandler
(ProviderEventHandler eventHandler, Event.EventType eventType) Set event specific event handlersConstructors in com.bloomberglp.blpapi with parameters of type ProviderEventHandlerModifierConstructorDescriptionProviderSession
(SessionOptions options, ProviderEventHandler eventHandler) ProviderSession
(SessionOptions options, ProviderEventHandler eventHandler, EventDispatcher dispatcher) Construct a Session using the optionally specified 'options', the optionally specified 'eventHandler' and the optionally specified 'eventDispatcher'.