import"sbIClickablePropertyInfo.idl";
Public Member Functions | |
| boolean | onClick (in sbIPropertyInfo aPropertyInfo, in sbIMediaItem aItem, [optional] in nsISupports aEvent, [optional] in nsISupports aContext) |
Definition at line 113 of file sbIClickablePropertyInfo.idl.
| boolean sbIClickablePropertyCallback::onClick | ( | in sbIPropertyInfo | aPropertyInfo, |
| in sbIMediaItem | aItem, | ||
| [optional] in nsISupports | aEvent, | ||
| [optional] in nsISupports | aContext | ||
| ) |
Callback to be triggered when a user clicks on a cell in the playlist column associated with the property info
| aPropertyInfo | the property info object associated with the column being clicked on |
| aItem | the media item associated with the row vbeing clicked on |
| aEvent | the click (DOM) event |
| aContext | a context for the click; most likely a playlist widget |