LinuxSampler::ChannelCountAdapter Class Reference

This class exists as convenience for creating listener objects. More...

#include <EventListeners.h>

Inheritance diagram for LinuxSampler::ChannelCountAdapter:
LinuxSampler::ChannelCountListener

List of all members.

Public Member Functions

virtual void ChannelCountChanged (int NewCount)
 Invoked when the number of sampler channels has changed.
virtual void ChannelAdded (SamplerChannel *pChannel)
virtual void ChannelToBeRemoved (SamplerChannel *pChannel)

Detailed Description

This class exists as convenience for creating listener objects.

The methods in this class are empty.

Definition at line 103 of file EventListeners.h.


Member Function Documentation

virtual void LinuxSampler::ChannelCountAdapter::ChannelAdded ( SamplerChannel pChannel  )  [inline, virtual]

Implements LinuxSampler::ChannelCountListener.

Definition at line 106 of file EventListeners.h.

virtual void LinuxSampler::ChannelCountAdapter::ChannelCountChanged ( int  NewCount  )  [inline, virtual]

Invoked when the number of sampler channels has changed.

Parameters:
NewCount The new number of sampler channels.

Implements LinuxSampler::ChannelCountListener.

Definition at line 105 of file EventListeners.h.

virtual void LinuxSampler::ChannelCountAdapter::ChannelToBeRemoved ( SamplerChannel pChannel  )  [inline, virtual]

Implements LinuxSampler::ChannelCountListener.

Definition at line 107 of file EventListeners.h.


The documentation for this class was generated from the following file:
Generated on Sat Jan 28 11:44:01 2012 for linuxsampler by  doxygen 1.6.3