public interface BrokerProcessorEnablerReceiver extends OsidReceiver
The broker processor enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted broker processor enablers.
| Modifier and Type | Method and Description |
|---|---|
void |
changedBrokerProcessorEnablers(IdList brokerProcessorEnablerIds)
The callback for notification of updated broker processor enablers.
|
void |
deletedBrokerProcessorEnablers(IdList brokerProcessorEnablerIds)
The callback for notification of deleted broker processor enablers.
|
void |
newBrokerProcessorEnablers(IdList brokerProcessorEnablerIds)
The callback for notifications of new broker processor enablers.
|
down, upvoid newBrokerProcessorEnablers(IdList brokerProcessorEnablerIds)
brokerProcessorEnablerIds - the Ids of the new
BrokerProcessorEnablers mandatory - This method must be implemented. void changedBrokerProcessorEnablers(IdList brokerProcessorEnablerIds)
brokerProcessorEnablerIds - the Ids of the
updated BrokerProcessorEnablers mandatory - This method must be implemented. void deletedBrokerProcessorEnablers(IdList brokerProcessorEnablerIds)
brokerProcessorEnablerIds - the Ids of the
deleted BrokerProcessorEnablers mandatory - This method must be implemented.