Microsoft SDK for Java

addDataSourceListener

This method of the XMLDSO class adds a DataSourceListener object to the XMLDSO object.

Syntax

public void addDataSourceListener(DataSourceListener listener) throws java.util.TooManyListenersException;

Parameters

listener The listener to add to the DSO.

Exceptions

TooManyListenersException if too many listeners are associated with the Data Source Object (DSO).

© 1999 Microsoft Corporation. All rights reserved. Terms of use.