Interface StateChangeReceiver

All Superinterfaces:
OsidReceiver

public interface StateChangeReceiver extends OsidReceiver

The state receiver is the consumer supplied interface for receiving notifications pertaining to changed states.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    changedState(Id notificationId, Id id, Id processId)
    The callback for notification of updated states.

    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

    • changedState

      void changedState(Id notificationId, Id id, Id processId)
      The callback for notification of updated states.
      Parameters:
      notificationId - the notification Id
      id - the Id
      processId - the process Id
      Compliance:
      mandatory - This method must be implemented.