Enumeration: QueuePointerEventType
Event types raised by the IQueuePointer
Enumeration Members
Activated
Activated: "activated"
Event raised when queue pointer has finished activating
If you register a handler for this event, after the queue pointer has been activated it
will immediately invoke the handler code.
Deleted
Deleted: "deleted"
Event raised when the queue pointer has been deleted
DeleteRequested
DeleteRequested: "deleterequested"
Request event raised when an entity has requested to delete the queue pointer
Shifted
Shifted: "shifted"
Event raised when the queue pointer's index has been updated because of changes to its queue
In this scenario the item the queue pointer points to has not changed.
UpdateApproved
UpdateApproved: "updateapproved"
Event raised when a request has been approved to proceed by all concerned services
The update does not begin until this event is fired.
Updated
Updated: "updated"
Event raised when the queue pointer has been updated.
At this point, components listening for this event should start reacting to the update.
UpdateRequested
UpdateRequested: "updaterequested"
Request event raised when a request has been made to update a pointer