public interface BrokerConstrainerReceiver extends OsidReceiver
The broker constrainer receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted broker constrainers.
| Modifier and Type | Method and Description |
|---|---|
void |
changedBrokerConstrainers(IdList brokerConstrainerIds)
The callback for notification of updated broker constrainers.
|
void |
deletedBrokerConstrainers(IdList brokerConstrainerIds)
The callback for notification of deleted broker constrainers.
|
void |
newBrokerConstrainers(IdList brokerConstrainerIds)
The callback for notifications of new broker constrainers.
|
down, upvoid newBrokerConstrainers(IdList brokerConstrainerIds)
brokerConstrainerIds - the Ids of the new
BrokerConstrainers mandatory - This method must be implemented. void changedBrokerConstrainers(IdList brokerConstrainerIds)
brokerConstrainerIds - the Ids of the updated
BrokerConstrainers mandatory - This method must be implemented. void deletedBrokerConstrainers(IdList brokerConstrainerIds)
brokerConstrainerIds - the Ids of the deleted
BrokerConstrainers mandatory - This method must be implemented.