Interface PositionReceiver
- All Superinterfaces:
OsidReceiver
The position receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted positions.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedPositions(Id notificationId, IdList positionIds) The callback for notifications of updated positions.voiddeletedPositions(Id notificationId, IdList positionIds) the callback for notification of deleted positions.voidnewPositions(Id notificationId, IdList positionIds) The callback for notifications of new positions.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newPositions
-
changedPositions
-
deletedPositions
-