public interface PoolProcessorEnablerReceiver extends OsidReceiver
The pool processor enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted pool processor enablers.
| Modifier and Type | Method and Description |
|---|---|
void |
changedPoolProcessorEnablers(IdList poolProcessorEnablerIds)
The callback for notification of updated pool processor enablers.
|
void |
deletedPoolProcessorEnablers(IdList poolProcessorEnablerIds)
The callback for notification of deleted pool processor enablers.
|
void |
newPoolProcessorEnablers(IdList poolProcessorEnablerIds)
The callback for notifications of new pool processor enablers.
|
down, upvoid newPoolProcessorEnablers(IdList poolProcessorEnablerIds)
poolProcessorEnablerIds - the Ids of the new
PoolProcessorEnablers mandatory - This method must be implemented. void changedPoolProcessorEnablers(IdList poolProcessorEnablerIds)
poolProcessorEnablerIds - the Ids of the updated
PoolProcessorEnablers mandatory - This method must be implemented. void deletedPoolProcessorEnablers(IdList poolProcessorEnablerIds)
poolProcessorEnablerIds - the Ids of the deleted
PoolProcessorEnablers mandatory - This method must be implemented.