Query Cycle Simulator HEADER

qcsim.util
Interface Notifiee

All Known Implementing Classes:
PeerDescriptionImpl

public interface Notifiee

Interface to a Notifiee.

Version:
1.0
Author:
unascribed

Method Summary
 void notification(Notification notification)
          This will be called on a new notification.
 

Method Detail

notification

public void notification(Notification notification)
This will be called on a new notification.

Parameters:
notification - The notification.

Query Cycle Simulator HEADER