edu.nps.moves.net
Interface BehaviorConsumerIF

All Known Implementing Classes:
BehaviorConsumerThreaded

public interface BehaviorConsumerIF

BehaviorConsumer is the listening part of the listener pattern. The other half of this is the BehaviorProducer interface. This receives data when the BehaviorProducer notifies us of an arriving PDU.

Version:
$Id:$
Author:
DMcG

Method Summary
 void receivePdu(Pdu pdu)
          Receives a PDU from the BehaviorProducer.
 

Method Detail

receivePdu

void receivePdu(Pdu pdu)
Receives a PDU from the BehaviorProducer.

Parameters:
pdu - the Pdu received and generated by the BehaviorProducer