Uses of Class
context.arch.subscriber.Callback

Packages that use Callback
context.arch.discoverer   
context.arch.subscriber   
 

Uses of Callback in context.arch.discoverer
 

Methods in context.arch.discoverer with parameters of type Callback
 int Discoverer.checkSubscribers(Callback callback, ComponentDescription comp)
          This method allows to send a message to all subscribers whose interests are for the new registered component.
 

Uses of Callback in context.arch.subscriber
 

Methods in context.arch.subscriber that return Callback
 Callback Callbacks.getCallbackAt(int index)
          Returns the Callback object at the given index
 Callback Callbacks.getCallback(java.lang.String name)
          This method returns the Callback with the given name from this list of Callbacks.
 

Methods in context.arch.subscriber with parameters of type Callback
 void Callbacks.addCallback(Callback callback)
          Adds the given Callback object to the container.
 boolean Callbacks.hasCallback(Callback callback)
          Determines whether the given Callback object is in the container
 int Callbacks.indexOfCallback(Callback callback)
          Returns the index at which the Callback object occurs