[SOON TO BE DEPRECATED AFTER 0.3] The callback class for sbIDeviceBase More...
import"sbIDeviceBase.idl";
Public Member Functions | |
void | onDeviceConnect (in AString aDeviceIdentifier) |
<TODO:Brief>. More... | |
void | onDeviceDisconnect (in AString aDeviceIdentifier) |
<TODO:Brief>. More... | |
void | onTransferStart (in sbIMediaItem aMediaItem) |
<TODO:Brief>. More... | |
void | onTransferComplete (in sbIMediaItem aMediaItem, in PRInt32 aStatus) |
<TODO:Brief>. More... | |
void | onStateChanged (in AString aDeviceIdentifier, in unsigned long aState) |
Called when the device state has changed. More... | |
[SOON TO BE DEPRECATED AFTER 0.3] The callback class for sbIDeviceBase
<TODO:Detail>.
Definition at line 54 of file sbIDeviceBase.idl.
void sbIDeviceBaseCallback::onDeviceConnect | ( | in AString | aDeviceIdentifier | ) |
<TODO:Brief>.
<TODO:Detail>.
aDeviceIdentifier | [in AString] A string that describes the device. |
void sbIDeviceBaseCallback::onDeviceDisconnect | ( | in AString | aDeviceIdentifier | ) |
<TODO:Brief>.
<TODO:Detail>.
aDeviceIdentifier | [in AString] A string that describes the device. |
void sbIDeviceBaseCallback::onStateChanged | ( | in AString | aDeviceIdentifier, |
in unsigned long | aState | ||
) |
Called when the device state has changed.
aDeviceIdentifier | [in AString] A string that describes the device. |
aState | [in unsigned long] New device state. |
void sbIDeviceBaseCallback::onTransferComplete | ( | in sbIMediaItem | aMediaItem, |
in PRInt32 | aStatus | ||
) |
<TODO:Brief>.
<TODO:Detail>.
aMediaItem | [in sbIMediaItem] <TODO>. |
aStatus | [in PRInt32] <TODO>. |
void sbIDeviceBaseCallback::onTransferStart | ( | in sbIMediaItem | aMediaItem | ) |