Enabling the Listener for Proxy Setting Changes

To consume updates when there are changes in the Proxy settings, the application registers a listener object.The client SDK notifies this listener object whenever there is a settings update from the server. The listener object should implement the SUPLiteConfigurationChangeListener interface.

Syntax

public void addConfigurationChangeListener(SUPLiteConfigurationChangeListener oListener) throws com.sybase.mo.MessagingClientException

Parameters

  • oListener – Object that implements the SUPLiteConfigurationChangeListener interface.