public interface AvailabilityEnablerReceiver extends OsidReceiver
The availability enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted availability enablers.
| Modifier and Type | Method and Description |
|---|---|
void |
changedAvailabilityEnablers(IdList availabilityEnablerIds)
The callback for notification of updated availability enablers.
|
void |
deletedAvailabilityEnablers(IdList availabilityEnablerIds)
The callback for notification of deleted availability enablers.
|
void |
newAvailabilityEnablers(IdList availabilityEnablerIds)
The callback for notifications of new availability enablers.
|
down, upvoid newAvailabilityEnablers(IdList availabilityEnablerIds)
availabilityEnablerIds - the Ids of the new
AvailabilityEnablers mandatory - This method must be implemented. void changedAvailabilityEnablers(IdList availabilityEnablerIds)
availabilityEnablerIds - the Ids of the updated
AvailabilityEnablers mandatory - This method must be implemented. void deletedAvailabilityEnablers(IdList availabilityEnablerIds)
availabilityEnablerIds - the Ids of the deleted
AvailabilityEnablers mandatory - This method must be implemented.