Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » QAnywhere » QAnywhere Java API Reference » ianywhere.qanywhere.ws package » Class WSBase

setListener method Next Page

setListener method


Synopsis

void ianywhere.qanywhere.ws.WSBase.setListener(
WSListener listener
)

Parameters
Remarks

Sets a listener for the results of all web service requests made by this instance of WSBase.

Listeners are typically used to get results of the asyncXYZ methods of the service.

To remove a listener, call setListener with null as the listener.

Note: This method replaces the listener set by any previous call to setListener.