Uses of Class
com.dxfeed.api.DXFeedSubscription

Packages that use DXFeedSubscription
com.dxfeed.api   
com.dxfeed.api.impl   
 

Uses of DXFeedSubscription in com.dxfeed.api
 

Methods in com.dxfeed.api that return DXFeedSubscription
<T extends Event>
DXFeedSubscription<T>
DXFeed.createSubscription(java.lang.Class<? extends T>... eventTypes)
          Creates new subscription that is attached to this feed.
 

Methods in com.dxfeed.api with parameters of type DXFeedSubscription
abstract  void DXFeed.attachSubscription(DXFeedSubscription<?> subscription)
          Attaches the given subscription to this feed.
abstract  void DXFeed.detachSubscription(DXFeedSubscription<?> subscription)
          Detaches the given subscription from this feed.
 void DXFeedSubscriptionChangeListener.subscriptionCleared(DXFeedSubscription<?> subscription)
          Invoked when all symbols are removed from subscription.
 void DXFeedSubscriptionChangeListener.subscriptionClosed(DXFeedSubscription<?> subscription)
          Invoked when subscription is closed.
 void DXFeedSubscriptionChangeListener.symbolsAdded(DXFeedSubscription<?> subscription, java.util.Collection<java.lang.String> symbols)
          Invoked when a collection of symbols is added to a subscription.
 void DXFeedSubscriptionChangeListener.symbolsRemoved(DXFeedSubscription<?> subscription, java.util.Collection<java.lang.String> symbols)
          Invoked when a collection of symbols is removed from a subscription.
 

Uses of DXFeedSubscription in com.dxfeed.api.impl
 

Methods in com.dxfeed.api.impl with parameters of type DXFeedSubscription
 void DXFeedImpl.attachSubscription(DXFeedSubscription subscription)
           
 void DXFeedImpl.detachSubscription(DXFeedSubscription subscription)