LinuxSampler::MidiPortCountListener Class Reference

This class is used as a listener, which is notified when the number of MIDI input ports is changed. More...

#include <EventListeners.h>

List of all members.

Public Member Functions

virtual void MidiPortCountChanged (int NewCount)=0
 Invoked when the number of MIDI input ports has changed.
virtual void MidiPortToBeRemoved (MidiInputPort *pPort)=0
 Invoked right before the supplied MIDI input port is going to be destroyed.
virtual void MidiPortAdded (MidiInputPort *pPort)=0
 Invoked to inform that a new MidiInputPort has just been added.


Detailed Description

This class is used as a listener, which is notified when the number of MIDI input ports is changed.

Definition at line 154 of file EventListeners.h.


Member Function Documentation

virtual void LinuxSampler::MidiPortCountListener::MidiPortAdded ( MidiInputPort pPort  )  [pure virtual]

Invoked to inform that a new MidiInputPort has just been added.

Parameters:
pPort newly created MidiInputPort

virtual void LinuxSampler::MidiPortCountListener::MidiPortCountChanged ( int  NewCount  )  [pure virtual]

Invoked when the number of MIDI input ports has changed.

Parameters:
NewCount The new number of MIDI input ports.

virtual void LinuxSampler::MidiPortCountListener::MidiPortToBeRemoved ( MidiInputPort pPort  )  [pure virtual]

Invoked right before the supplied MIDI input port is going to be destroyed.

Parameters:
pPort MidiInputPort to be deleted


The documentation for this class was generated from the following file:

doxygen