drumstick 2.9.0
C++ MIDI libraries using Qt objects, idioms, and style.
|
Sequencer events handler. More...
#include <alsaclient.h>
Public Member Functions | |
virtual | ~SequencerEventHandler ()=default |
Destructor. | |
virtual void | handleSequencerEvent (SequencerEvent *ev)=0 |
Callback function to be implemented by the derived class. More... | |
Sequencer events handler.
This abstract class is used to define an interface that other class can implement to receive sequencer events. It is one of the three methods of delivering events offered by this library.
Definition at line 195 of file alsaclient.h.
|
pure virtual |
Callback function to be implemented by the derived class.
It will be invoked by the client to deliver received events to the registered listener.
ev | A pointer to the received SequencerEvent |