Uses of Interface
com.bloomberglp.blpapi.EventHandler
-
Uses of EventHandler in com.bloomberglp.blpapi
Modifier and TypeMethodDescriptionvoid
Session.setEventHandler
(EventHandler eventHandler, Event.EventType eventType) Set event specific event handlersModifierConstructorDescriptionSession
(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