From e0b51f9c2cac5d95ecbb091c00b2829a58fe4196 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Fri, 26 Apr 2013 21:10:34 +0200 Subject: [PATCH] docs: Specify what event names AudioListener.on_event() will see --- mopidy/audio/listener.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mopidy/audio/listener.py b/mopidy/audio/listener.py index f8fedc67..464407b4 100644 --- a/mopidy/audio/listener.py +++ b/mopidy/audio/listener.py @@ -28,6 +28,9 @@ class AudioListener(object): *MAY* be implemented by actor. By default, this method forwards the event to the specific event methods. + For a list of what event names to expect, see the names of the other + methods in :class:`AudioListener`. + :param event: the event name :type event: string :param kwargs: any other arguments to the specific event handlers