#include <sbLocalDatabaseMediaListListener.h>
Public Member Functions | |
sbListenerInfo () | |
~sbListenerInfo () | |
nsresult | Init (nsIProxyObjectManager *aProxyObjMgr, sbIMediaListListener *aListener, PRUint32 aCurrentBatchDepth, PRUint32 aFlags, sbIPropertyArray *aPropertyFilter) |
nsresult | Init (nsIProxyObjectManager *aProxyObjMgr, nsIWeakReference *aWeakListener, PRUint32 aCurrentBatchDepth, PRUint32 aFlags, sbIPropertyArray *aPropertyFilter) |
PRBool | ShouldNotify (PRUint32 aFlag, sbIPropertyArray *aProperties=nsnull) |
void | BeginBatch () |
void | EndBatch () |
void | SetShouldStopNotifying (PRUint32 aFlag) |
void | GetDebugAddress (nsAString &mDebugAddress) |
Friends | |
class | sbLocalDatabaseMediaListListener |
Definition at line 48 of file sbLocalDatabaseMediaListListener.h.
sbListenerInfo::sbListenerInfo | ( | ) |
Definition at line 630 of file sbLocalDatabaseMediaListListener.cpp.
sbListenerInfo::~sbListenerInfo | ( | ) |
Definition at line 636 of file sbLocalDatabaseMediaListListener.cpp.
void sbListenerInfo::BeginBatch | ( | ) |
Definition at line 787 of file sbLocalDatabaseMediaListListener.cpp.
void sbListenerInfo::EndBatch | ( | ) |
Definition at line 794 of file sbLocalDatabaseMediaListListener.cpp.
void sbListenerInfo::GetDebugAddress | ( | nsAString & | mDebugAddress | ) |
Definition at line 737 of file sbLocalDatabaseMediaListListener.cpp.
nsresult sbListenerInfo::Init | ( | nsIProxyObjectManager * | aProxyObjMgr, |
sbIMediaListListener * | aListener, | ||
PRUint32 | aCurrentBatchDepth, | ||
PRUint32 | aFlags, | ||
sbIPropertyArray * | aPropertyFilter | ||
) |
Definition at line 642 of file sbLocalDatabaseMediaListListener.cpp.
nsresult sbListenerInfo::Init | ( | nsIProxyObjectManager * | aProxyObjMgr, |
nsIWeakReference * | aWeakListener, | ||
PRUint32 | aCurrentBatchDepth, | ||
PRUint32 | aFlags, | ||
sbIPropertyArray * | aPropertyFilter | ||
) |
Definition at line 685 of file sbLocalDatabaseMediaListListener.cpp.
void sbListenerInfo::SetShouldStopNotifying | ( | PRUint32 | aFlag | ) |
Definition at line 805 of file sbLocalDatabaseMediaListListener.cpp.
PRBool sbListenerInfo::ShouldNotify | ( | PRUint32 | aFlag, |
sbIPropertyArray * | aProperties = nsnull |
||
) |
Definition at line 743 of file sbLocalDatabaseMediaListListener.cpp.
|
friend |
Definition at line 50 of file sbLocalDatabaseMediaListListener.h.