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.
|
initpublic void communicate(CommunicationType type, java.lang.Object communication)
CommunicationModulecommunicate in class CommunicationModuletype - The type of communication.communication - The communication.