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 TypeMethodDescriptionvoidSession.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 specifiedsessionOptionsand dispatch events on thissessionto the specifiedhandlerSession(SessionOptions sessionOptions, EventHandler eventHandler, EventDispatcher eventDispatcher) Create a session with the specifiedsessionOptionsand dispatch events on thissessionusing the provideddispatcherto the specifiedhandler