public interface CommunicationReceiver extends OsidReceiver
The communication receiver is the consumer supplied interface for receiving notifications pertaining to new communiques and messages.
| Modifier and Type | Method and Description |
|---|---|
void |
newCommunique(Communique communique)
The callback for notifications of new communiques.
|
down, upvoid newCommunique(Communique communique)
communique - a communiquemandatory - This method must be implemented.