Uses of Interface
com.bloomberglp.blpapi.EventHandler
Packages that use EventHandler
-
Uses of EventHandler in com.bloomberglp.blpapi
Methods in com.bloomberglp.blpapi with parameters of type EventHandlerModifier and TypeMethodDescriptionvoid
Session.setEventHandler
(EventHandler eventHandler, Event.EventType eventType) Set event specific event handlersConstructors in com.bloomberglp.blpapi with parameters of type EventHandlerModifierConstructorDescriptionSession
(SessionOptions sessionOptions, EventHandler handler) Create a session with the specifiedsessionOptions
and dispatch events on thissession
to the specifiedhandler
Session
(SessionOptions sessionOptions, EventHandler eventHandler, EventDispatcher eventDispatcher) Create a session with the specifiedsessionOptions
and dispatch events on thissession
using the provideddispatcher
to the specifiedhandler