/*
* Fetch an array of pairs of { class type, listener object }, is never
* null.
*/
final Object[] listeners = this.eventListenerList.getListenerList();
final WFSEvent event = new WFSEvent(cell);
/*
* Loop through each listener, from tail to head, create an event for
* each and fire the event in its own thread.
*/