Query Cycle Simulator HEADER

Uses of Interface
qcsim.util.Notifiee

Packages that use Notifiee
qcsim.peer.impl   
qcsim.runtime   
qcsim.runtime.impl   
 

Uses of Notifiee in qcsim.peer.impl
 

Classes in qcsim.peer.impl that implement Notifiee
 class PeerDescriptionImpl
          Provides a GUI description of a peer and its downloads.
 

Methods in qcsim.peer.impl that return Notifiee
 Notifiee PeerImpl.simulatorCallback()
          Get the callback interface used by the simulator to inform the peer with Simulator Notifications.
 

Uses of Notifiee in qcsim.runtime
 

Methods in qcsim.runtime with parameters of type Notifiee
 void Simulator.notifiee(Notifiee notifiee)
          Add a notifiee to the simulator.
 

Uses of Notifiee in qcsim.runtime.impl
 

Methods in qcsim.runtime.impl with parameters of type Notifiee
 void QueryCycleSimulatorRun.notifiee(Notifiee notifiee)
          Add a new notifiee.
 void QueryCycleSimulatorImpl.notifiee(Notifiee notifiee)
           
 


Query Cycle Simulator HEADER