Uses of Interface
cern.dip.DipSubscriptionListener
-
Packages that use DipSubscriptionListener Package Description cern.dip cern.dip.implementation cern.dip.mock -
-
Uses of DipSubscriptionListener in cern.dip
Classes in cern.dip that implement DipSubscriptionListener Modifier and Type Class Description class
DipSubscriptionListenerAdapter
Default adapter for the DipSubscriptionListener.Methods in cern.dip with parameters of type DipSubscriptionListener Modifier and Type Method Description DipSubscription
DipFactory. createDipSubscription(java.lang.String topicName, DipSubscriptionListener listener)
Creates a new DipSubscription object for the topic specified by topicName. -
Uses of DipSubscriptionListener in cern.dip.implementation
Methods in cern.dip.implementation with parameters of type DipSubscriptionListener Modifier and Type Method Description DipSubscription
DipFactoryImp. createDipSubscription(java.lang.String topicName, DipSubscriptionListener listener)
Constructors in cern.dip.implementation with parameters of type DipSubscriptionListener Constructor Description DipSubscriptionImp(DipFactory fact, java.lang.String topicName, DipSubscriptionListener list)
-
Uses of DipSubscriptionListener in cern.dip.mock
Fields in cern.dip.mock with type parameters of type DipSubscriptionListener Modifier and Type Field Description java.util.HashMap<MockDipSubscription,DipSubscriptionListener>
MockDipFactory. m_subscriptionToListener
Methods in cern.dip.mock with parameters of type DipSubscriptionListener Modifier and Type Method Description DipSubscription
MockDipFactory. createDipSubscription(java.lang.String topicName, DipSubscriptionListener listener)
-