Uses of Class
com.bloomberglp.blpapi.Event.EventType

Uses of Event.EventType in com.bloomberglp.blpapi
 

Fields in com.bloomberglp.blpapi declared as Event.EventType
static Event.EventType Event.EventType.ADMIN
          Administrative events from Bloomberg Services
static Event.EventType Event.EventType.AUTHORIZATION_STATUS
          Changes to the state of an active authorization, like entitlement changes
static Event.EventType Event.EventType.PARTIAL_RESPONSE
          non-final response received for a pending non-subscription request.
static Event.EventType Event.EventType.REQUEST
           
static Event.EventType Event.EventType.REQUEST_STATUS
          Changes in the state of a pending non-subscription request
static Event.EventType Event.EventType.RESOLUTION_STATUS
           
static Event.EventType Event.EventType.RESPONSE
          Final response received for a pending non-subscription request.
static Event.EventType Event.EventType.SERVICE_STATUS
          Changes to the status of an active open service request
static Event.EventType Event.EventType.SESSION_STATUS
          changes in the state of the Session, such as Session successfully started or Session is terminated
static Event.EventType Event.EventType.SUBSCRIPTION_DATA
          Streaming subscription data delivered for active Subscription requests.
static Event.EventType Event.EventType.SUBSCRIPTION_STATUS
          Changes in state of a pending/active subscription request
static Event.EventType Event.EventType.TIMEOUT
          This Event indicates a user specified timeout interval has expired before any event was received
static Event.EventType Event.EventType.TOKEN_STATUS
          Response to a generate token request
static Event.EventType Event.EventType.TOPIC_STATUS
           
 

Methods in com.bloomberglp.blpapi that return Event.EventType
abstract  Event.EventType Event.eventType()
          Return the type messages contained by this event
 

Methods in com.bloomberglp.blpapi with parameters of type Event.EventType
 void Session.setEventHandler(EventHandler eventHandler, Event.EventType eventType)
          Set event specific event handlers
 void ProviderSession.setEventHandler(ProviderEventHandler eventHandler, Event.EventType eventType)
          Set event specific event handlers
 



Copyright © 2015 Bloomberg L.P.. All Rights Reserved.