public interface AuctionConstrainerEnablerReceiver extends OsidReceiver
The auction constrainer enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted auction constrainer enablers.
| Modifier and Type | Method and Description |
|---|---|
void |
changedAuctionConstrainerEnablers(Id notificationId,
IdList auctionConstrainerEnablerIds)
The callback for notification of updated auction constrainer enablers.
|
void |
deletedAuctionConstrainerEnablers(Id notificationId,
IdList auctionConstrainerEnablerIds)
The callback for notification of deleted auction constrainer enablers.
|
void |
newAuctionConstrainerEnablers(Id notificationId,
IdList auctionConstrainerEnablerIds)
The callback for notifications of new auction constrainer enablers.
|
down, upvoid newAuctionConstrainerEnablers(Id notificationId, IdList auctionConstrainerEnablerIds)
notificationId - the notification IdauctionConstrainerEnablerIds - the Id of the new
AuctionConstrainerEnablers mandatory - This method must be implemented. void changedAuctionConstrainerEnablers(Id notificationId, IdList auctionConstrainerEnablerIds)
notificationId - the notification IdauctionConstrainerEnablerIds - the Id of the
updated AuctionConstrainerEnablers mandatory - This method must be implemented. void deletedAuctionConstrainerEnablers(Id notificationId, IdList auctionConstrainerEnablerIds)
notificationId - the notification IdauctionConstrainerEnablerIds - the Id of the
deleted AuctionConstrainerEnablers mandatory - This method must be implemented.