Uses of Interface
anthill.nest.ResponseListener

Packages that use ResponseListener
anthill.antsim.impl This package contains a prototype implementation of the interfaces included in package anthill.antsim
anthill.genie.impl This package contains a prototype implementation of the interfaces included in package anthill.genie
anthill.nest This package contains the main interfaces needed by nest implementors. 
anthill.nestor This package is a prototype implementation of package anthill.nest to be used during Anthill simulations.  
gnutant This package contains a simple ant implementation. 
 

Uses of ResponseListener in anthill.antsim.impl
 

Classes in anthill.antsim.impl that implement ResponseListener
 class ScenarioImpl
          Class ScenarioImpl is a simple implementation of interface Scenario in which a predefined set of resources is inserted in the network and then a certain number of requests are performed and simulate.
 

Uses of ResponseListener in anthill.genie.impl
 

Classes in anthill.genie.impl that implement ResponseListener
 class GeneticScenarioImpl
          This is the scenario
 

Uses of ResponseListener in anthill.nest
 

Methods in anthill.nest with parameters of type ResponseListener
 void Nest.request(RequestId rid, java.lang.Object request, ResponseListener listener)
          Accepts a resource request originated by the user of this nest.
 void RequestSet.add(RequestId key, ResponseListener listener)
          Adds an association between a key and the listener interested in the responses returned by this ant.
 

Uses of ResponseListener in anthill.nestor
 

Methods in anthill.nestor with parameters of type ResponseListener
 void LocalRequestSet.add(RequestId key, ResponseListener listener)
           
 void LocalNest.request(RequestId rid, java.lang.Object request, ResponseListener listener)
          Accepts a request from the nest user.
 

Uses of ResponseListener in gnutant
 

Classes in gnutant that implement ResponseListener
 class GnutantScenario
          Class ScenarioImpl is a simple implementation of interface Scenario in which a predefined set of resources is inserted in the network and then a certain number of requests are performed and simulate.