setListener(final ISDMNetListener) method

Client can register listeners to be used by the connectivity layer to notify the implementation about the result of the request.

Syntax

public void setListener (final ISDMNetListener aListener)

Parameters

Remarks

By default, the SDMBaseRequest object included in the connectivity layer will contain no registered listeners.

Setting this object is not mandatory. However, it can be used to handle incidental errors.