In the following extract of the javadoc for the method addListeners in class EventClient we read in the description 'infoList' as the parameters name in the signature is 'listeners':
public Collection<ListenerInfo> addListeners(Collection<ListenerInfo> listeners)
throws IOException
[... trunc ...]
The elements in the returned collection are a subset of the elements in infoList.
public Collection<ListenerInfo> addListeners(Collection<ListenerInfo> listeners)
throws IOException
[... trunc ...]
The elements in the returned collection are a subset of the elements in infoList.