You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by Greg Brown <gk...@verizon.net> on 2011/04/05 17:38:56 UTC

Re: svn commit: r1089082 - /pivot/trunk/core/src/org/apache/pivot/collections/HashMap.java

> +    private V put(K key, V value, boolean fireMapListeners) {
...

One suggestion - I'd call the argument "notifyListeners" rather than "fireMapListeners". It's a minor distinction, but you "fire" an event, not a listener.