Searched refs:unspecificListeners (Results 1 – 2 of 2) sorted by relevance
241 bound.unspecificListeners = (Vector) ((Vector) o).clone(); in prepareSet()562 if (unspecificListeners != null) { in notifyListeners()563 for (Iterator i = unspecificListeners.iterator(); i.hasNext();) in notifyListeners()574 private Vector unspecificListeners = null; field in PropertySetMixin.BoundListeners
402 BoundListenerBag unspecificListeners; member in PropertySetMixinImpl::BoundListeners::Impl421 m_impl->unspecificListeners.begin()); in notify()422 i != m_impl->unspecificListeners.end(); ++i) in notify()1069 boundListeners->m_impl->unspecificListeners = i->second; in prepareSet()
Completed in 60 milliseconds