Virtual Method

ClapperReactablequeue_cleared

since: 0.10

Declaration [src]

void
queue_cleared (
  ClapperReactable* reactable
)

Description [src]

All items were removed from queue.

Note that in such event Clapper.ReactableInterface.queue_item_removed will NOT be called for each item for performance reasons. You probably want to implement this function if you also implemented item removal.

Available since: 0.10