|
ADTF File Library
|
#include <fileringbuffer.h>
Public Member Functions | |
| virtual void | onDrop (const Item &dropped_item, const Item &next_item)=0 |
Callback interface for dropped items.
|
pure virtual |
Called whenever an item is removed from the head of the buffer.
| [in] | dropped_item | The dropped item |
| [in] | next_item | The item after the dropped item, i.e. the new head of the buffer. |