Пример #1
0
 /**
  * Appends the specified element to the end of this list.
  *
  * @param bidListener element to be appended to this list
  * @return {@code true} (as specified by {@link java.util.Collection#add})
  */
 public boolean addBidListener(BidListener bidListener) {
   return bidListeners.add(bidListener);
 }