cat.security
Interface Receiver


public interface Receiver

Anyone who cares about receiving data should sign up as a listener to this class. Date: Apr 3, 2003 Time: 1:58:47 PM


Method Summary
 void addReceiverListener(ReceiverListener rl, SigID sigID)
          Sign up to recieve Data for a particular sig.
 

Method Detail

addReceiverListener

public void addReceiverListener(ReceiverListener rl,
                                SigID sigID)
Sign up to recieve Data for a particular sig. This implies that the security layer does more listener "accounting" to keep track of which listeners recieve data for which sigs.

Parameters:
rl -
sigID -