| __eq__ | no documentation |
| __ne__ | no documentation |
| __nonzero__ | no documentation |
| add_has_clip_listener | Add a listener function or method, which will be called as soon as the
property "has_clip" has changed. |
| add_has_stop_button_listener | Add a listener function or method, which will be called as soon as the
property "has_stop_button" has changed. |
| fire | Fire a Clip if this Clipslot owns one, else trigger the stop button,
if we have one. |
| has_clip_has_listener | Returns true, if the given listener function or method is connected
to the property "has_clip". |
| has_stop_button_has_listener | Returns true, if the given listener function or method is connected
to the property "has_stop_button". |
| remove_has_clip_listener | Remove a previously set listener function or method from
property "has_clip". |
| remove_has_stop_button_listener | Remove a previously set listener function or method from
property "has_stop_button". |
| stop | Stop playing the contained Clip, if there is a Clip and its currently
playing. |