JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
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
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method