Virtual Method
ClapperFeaturequeue_cleared
Declaration [src]
void
queue_cleared (
ClapperFeature* feature
)
Description [src]
All items were removed from queue. Note that in such event
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.