Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration QueuePointerEventType

Event types raised by the IQueuePointer

Index

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.

DeleteRequested

DeleteRequested: = "deleterequested"

Request event raised when an entity has requested to delete the queue pointer

Deleted

Deleted: = "deleted"

Event raised when the queue pointer has been deleted

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.

UpdateRequested

UpdateRequested: = "updaterequested"

Request event raised when a request has been made to update a pointer

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.