public interface CommunicationAspectListener
| Modifier and Type | Interface and Description |
|---|---|
static class |
CommunicationAspectListener.EventType
Type of the event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
event(CommunicationAspect communicationAspect,
Actor source,
int messageId,
int messageCnt,
double time,
CommunicationAspectListener.EventType eventType)
The event that is sent by the communication aspect and processed
by the listener.
|
void event(CommunicationAspect communicationAspect, Actor source, int messageId, int messageCnt, double time, CommunicationAspectListener.EventType eventType)
communicationAspect - The communication aspect that sent the event.source - The source actor that caused the event in the
communication aspect.messageId - The ID of the message that caused the event in
the communication aspect.messageCnt - The amount of messages currently being processed
by the communication aspect.eventType - The type of the event.time - The timestamp of the event.