| Interface | osid.metering.MeterReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | 
                 The meter receiver is the consumer supplied interface for 
                receiving notifications pertaining to new, updated or deleted 
                  | ||
| Method | newMeters | ||
| Description | 
                     The callback for notifications of new meters.  | ||
| Parameters | osid.id.IdList | meterIds | the  Ids  of the new  Meters   | 
| Compliance | mandatory | This method must be implemented. | |
| Method | changedMeters | ||
| Description | 
                     The callback for notification of updated meters.  | ||
| Parameters | osid.id.IdList | meterIds | the  Ids  of the updated  Meters   | 
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedMeters | ||
| Description | 
                     the callback for notification of deleted meters.  | ||
| Parameters | osid.id.IdList | meterIds | the  Ids  of the deleted  Meters   | 
| Compliance | mandatory | This method must be implemented. | |