LinuxSampler::EngineChangeListener Class Reference

This class is used as a listener, which is notified when the engine type of a particular sampler channel is changed. More...

#include <EventListeners.h>

Inherited by LinuxSampler::Sampler::EventHandler.

List of all members.

Public Member Functions

virtual void EngineToBeChanged (int ChannelId)=0
 Invoked when the engine type of the specified sampler channel is going to be changed soon.
virtual void EngineChanged (int ChannelId)=0
 Invoked when the engine type of the specified sampler channel was changed.

Detailed Description

This class is used as a listener, which is notified when the engine type of a particular sampler channel is changed.

Definition at line 322 of file EventListeners.h.


Member Function Documentation

virtual void LinuxSampler::EngineChangeListener::EngineChanged ( int  ChannelId  )  [pure virtual]

Invoked when the engine type of the specified sampler channel was changed.

Parameters:
ChannelId The numerical ID of the sampler channel, which engine type has been changed.
virtual void LinuxSampler::EngineChangeListener::EngineToBeChanged ( int  ChannelId  )  [pure virtual]

Invoked when the engine type of the specified sampler channel is going to be changed soon.

Parameters:
ChannelId The numerical ID of the sampler channel

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