public class BasicPassengerCommunicationModule extends CommunicationModule
activityModule, movementModule, navigationModule
Constructor and Description |
---|
BasicPassengerCommunicationModule() |
Modifier and Type | Method and Description |
---|---|
void |
communicate(CommunicationType type,
java.lang.Object communication)
Communicate.
|
init
public void communicate(CommunicationType type, java.lang.Object communication)
CommunicationModule
communicate
in class CommunicationModule
type
- The type of communication.communication
- The communication.