|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
Method Summary | |
---|---|
void |
receivePdu(Pdu pdu)
Receives a PDU from the BehaviorProducer. |
Method Detail |
---|
void receivePdu(Pdu pdu)
pdu
- the Pdu received and generated by the BehaviorProducer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |