Static Public Member Functions | |
NS_DECL_ISUPPORTS static NS_DECL_NSIRUNNABLE nsresult | New (sbRequestThreadQueue *aRTQ, nsIRunnable **aEvent) |
Protected Member Functions | |
sbRTQAddedEvent () | |
nsresult | Initialize (sbRequestThreadQueue *aRTQ) |
This class provides an nsIRunnable interface that may be used to dispatch and process device request added events.
Definition at line 55 of file sbRequestThreadQueue.cpp.
|
inlineprotected |
|
protected |
Initializes our Request Thread Processor pointer
Definition at line 643 of file sbRequestThreadQueue.cpp.
|
static |
Create a new sbRTQAddedEvent object for the device specified by aDevice and return it in aEvent.
aRTQ | The request thread processor that will own this event |
aEvent | The created event |
Definition at line 766 of file sbRequestThreadQueue.cpp.