public static interface CommsMapComponent.PreSendProcessor
Modifier and Type | Method and Description |
---|---|
void |
processCotEvent(CotEvent event,
java.lang.String[] uids)
Processes a CotEvent and a list of uids as the final step before the event is sent
to the common communication library.
|
void processCotEvent(CotEvent event, java.lang.String[] uids)
event
- the event that has been created for sending.uids
- the list of uids for sending. Can be null for broadcast.