The line is this:
           for (ElementListener listener : this) {
both in the nodeInserted and in the nodeRemoved methods ...

Right. But ElementListenerList is defined within org.apache.pivot.wtk.text.Element, and org.apache.pivot.wtk.text.Element doesn't define nodeInserted() or nodesRemoved(). So I can't figure out where the problem might be.

Reply via email to