ISDMNetListener interface

Deprecated. since 3.0, Use com.sap.mobile.lib.request.INetListener The NetListener interface.

Syntax

public interface ISDMNetListener

Derived classes

Members

All members of ISDMNetListener, including inherited members.

Methods
Modifier and Type Method Description
public void onError(ISDMRequest, ISDMResponse, ISDMRequestStateElement) This method is used by the connectivity layer when an error occurres during a request operation.
public void onSuccess(ISDMRequest, ISDMResponse) This is used by the connectivity library in case of a successful request.