import "sbIDndSourceTracker.idl";
Public Member Functions | |
void | reset () |
Clears the data out of the source tracker. | |
AString | registerSource (in nsISupports aSource) |
Registers an object with the source tracker. | |
nsISupports | getSource (in AString aHandle) |
Get an object from the source tracker. | |
nsISupports | getSourceSupports (in nsISupportsString aSupportsString) |
Get an object from the source tracker using a nsISupportsString for the handle. |
Definition at line 41 of file sbIDndSourceTracker.idl.
AString sbIDndSourceTracker::registerSource | ( | in nsISupports | aSource | ) |
Registers an object with the source tracker.
nsISupports sbIDndSourceTracker::getSource | ( | in AString | aHandle | ) |
Get an object from the source tracker.
aHandle | Handle of the object to get |
nsISupports sbIDndSourceTracker::getSourceSupports | ( | in nsISupportsString | aSupportsString | ) |
Get an object from the source tracker using a nsISupportsString for the handle.
aSupportsString | nsISupportsString containing the handle |