This method of the XMLDSO class adds a DataSourceListener object to the XMLDSO object.
public void addDataSourceListener(DataSourceListener listener) throws java.util.TooManyListenersException;
listener | The listener to add to the DSO. |
TooManyListenersException if too many listeners are associated with the Data Source Object (DSO).