Uses of Interface
jade.proto.SubscriptionResponder.SubscriptionManager

Packages that use SubscriptionResponder.SubscriptionManager
jade.proto This package contains role behaviours for FIPA standard protocols. 
 

Uses of SubscriptionResponder.SubscriptionManager in jade.proto
 

Fields in jade.proto declared as SubscriptionResponder.SubscriptionManager
protected  SubscriptionResponder.SubscriptionManager SubscriptionResponder.mySubscriptionManager
          The SubscriptionManager used by this SubscriptionResponder to register subscriptions
 

Constructors in jade.proto with parameters of type SubscriptionResponder.SubscriptionManager
SubscriptionResponder(Agent a, MessageTemplate mt, SubscriptionResponder.SubscriptionManager sm)
          Construct a SubscriptionResponder behaviour that handles subscription messages matching a given template and notifies a given SubscriptionManager about subscription/un-subscription events.
SubscriptionResponder(Agent a, MessageTemplate mt, SubscriptionResponder.SubscriptionManager sm, DataStore store)
          Construct a SubscriptionResponder behaviour that handles subscription messages matching a given template, notifies a given SubscriptionManager about subscription/un-subscription events and uses a given DataStore.
 



These are the official JADE API. For these API backward compatibility is guaranteed accross JADE versions