#include <bpmdj-event.h>

Public Member Functions | |
| BpmDjEvent () | |
| virtual void | run ()=0 |
A BpmDjEvent signals various things to the song selector. The selector window will accept each bpmdjevent by executing the run method. This double dispatching makes it possible to be thread safe while at the same time have the flexibility to write things outside the user interface itself.
| BpmDjEvent::BpmDjEvent | ( | ) | [inline] |
| virtual void BpmDjEvent::run | ( | ) | [pure virtual] |
Implemented in FragmentCreated, CollectionOfSongs, and UserNotification.
Referenced by SongSelectorLogic::customEvent().
1.6.2