/[svn]/linuxsampler/trunk/src/EventListeners.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/EventListeners.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1130 by iliev, Sun Mar 25 18:59:14 2007 UTC revision 1541 by iliev, Tue Dec 4 18:09:26 2007 UTC
# Line 232  namespace LinuxSampler { Line 232  namespace LinuxSampler {
232    
233      /**      /**
234       * This class is used as a listener, which is notified       * This class is used as a listener, which is notified
235         * when the total number of active streams is changed.
236         */
237        class TotalStreamCountListener {
238            public:
239                /**
240                 * Invoked when the total number of active streams is changed.
241                 * @param NewCount The new number of active streams.
242                 */
243                virtual void TotalStreamCountChanged(int NewCount) = 0;
244        };
245    
246        /**
247         * This class is used as a listener, which is notified
248       * when the total number of active voices is changed.       * when the total number of active voices is changed.
249       */       */
250      class TotalVoiceCountListener {      class TotalVoiceCountListener {

Legend:
Removed from v.1130  
changed lines
  Added in v.1541

  ViewVC Help
Powered by ViewVC