Can a different term be used in place of dispatchListener? It had to read several examples before I realized it was adding a listener and not dispatching one.
There are already common terms for this (on, bind, etc), can we use one of them? It could be added as an alias to dispatchListener to maintain backwards compatibility.
Can a different term be used in place of
dispatchListener? It had to read several examples before I realized it was adding a listener and not dispatching one.There are already common terms for this (
on,bind, etc), can we use one of them? It could be added as an alias todispatchListenerto maintain backwards compatibility.