Home › Forums › OpenEars › Does stopListening retain observers? › Reply To: Does stopListening retain observers?
June 9, 2015 at 8:15 am
#1025958
Halle Winkler
Politepix
Hi,
Clearly when I create an OEEventsObserver and assign a delegate, a connection is made to the singleton OEPocketsphinxController object.
Although OEPocketsphinxController is able to send notifications to an OEEventsObserver if it exists, and to receive notifications from one if it exists, these two separate classes do not make connections to each other and their respective lifecycles are not connected.