public interface BrokerConstrainerEnablerReceiver extends OsidReceiver
The broker constrainer enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted broker constrainer enablers.
| Modifier and Type | Method and Description |
|---|---|
void |
changedBrokerConstrainerEnablers(IdList brokerConstrainerEnablerIds)
The callback for notification of updated broker constrainer enablers.
|
void |
deletedBrokerConstrainerEnablers(IdList brokerConstrainerEnablerIds)
The callback for notification of deleted broker constrainer enablers.
|
void |
newBrokerConstrainerEnablers(IdList brokerConstrainerEnablerIds)
The callback for notifications of new broker constrainer enablers.
|
down, upvoid newBrokerConstrainerEnablers(IdList brokerConstrainerEnablerIds)
brokerConstrainerEnablerIds - the Ids of the new
BrokerConstrainerEnablers mandatory - This method must be implemented. void changedBrokerConstrainerEnablers(IdList brokerConstrainerEnablerIds)
brokerConstrainerEnablerIds - the Ids of the
updated BrokerConstrainerEnablers mandatory - This method must be implemented. void deletedBrokerConstrainerEnablers(IdList brokerConstrainerEnablerIds)
brokerConstrainerEnablerIds - the Ids of the
deleted BrokerConstrainerEnablers mandatory - This method must be implemented.