Query Cycle Simulator HEADER

Uses of Interface
qcsim.util.Notification

Packages that use Notification
qcsim.peer.impl   
qcsim.util   
 

Uses of Notification in qcsim.peer.impl
 

Methods in qcsim.peer.impl with parameters of type Notification
 void PeerDescriptionImpl.notification(Notification notification)
          This just signals the begining of a new cycle
 

Uses of Notification in qcsim.util
 

Classes in qcsim.util that implement Notification
 class SimulatorNotification
          Interface to a Simulator notification.
 

Methods in qcsim.util with parameters of type Notification
 void Notifiee.notification(Notification notification)
          This will be called on a new notification.
 


Query Cycle Simulator HEADER