|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SDKErrorListener
The listener interface for receiving error events of the SDK. The class that
is interested in processing error event implements this interface, and
the object created with that class is registered with the SDK, using the
method addSDKErrorListener
. When an error occurs in the SDK the
relevant method in the listener object is invoked, and the
ErrorEvent
is passed to it.
ErrorEvent
,
SDK.addSDKErrorListener(SDKErrorListener)
,
SDK.removeSDKErrorListener(SDKErrorListener)
Method Summary | |
---|---|
void |
onDeviceError(ErrorEvent error)
Invoked when an error occurs that is related with a special device. |
void |
onExitError(ErrorEvent error)
Invoked when an error occurs while exiting the SDK. |
void |
onGeneralError(ErrorEvent error)
Invoked when a general error occurs in the SDK. |
void |
onStartError(ErrorEvent error)
Invoked when an error occurs while starting the SDK. |
Method Detail |
---|
void onStartError(ErrorEvent error)
error
- the error event object that describes this errorvoid onExitError(ErrorEvent error)
error
- the error event object that describes this errorvoid onGeneralError(ErrorEvent error)
error
- the error event object that describes this errorvoid onDeviceError(ErrorEvent error)
error
- the error event object that describes this error
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |