| Interface | osid.communication.CommunicationReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The communication receiver is the consumer supplied interface for receiving notifications pertaining to new communiques and messages. | ||
| Method | newCommunique | ||
| Description |
The callback for notifications of new communiques. | ||
| Parameters | osid.communication.Communique | communique | a communique |
| Compliance | mandatory | This method must be implemented. | |