Interface CommunicationReceiver

All Superinterfaces:
OsidReceiver

public interface CommunicationReceiver extends OsidReceiver

The communication receiver is the consumer supplied interface for receiving notifications pertaining to new communiques and messages.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The callback for notifications of new communiques.

    Methods inherited from interface OsidReceiver

    down, up
    Modifier and Type
    Method
    Description
    void
    The callback for notifications that the notification bus is not operating.
    void
    up()
    The callback for notifications that the notification bus is operational.
  • Method Details

    • newCommunique

      void newCommunique(Communique communique)
      The callback for notifications of new communiques.
      Parameters:
      communique - a communique
      Compliance:
      mandatory - This method must be implemented.