Responder chain design
Responder chain design
- Subject: Responder chain design
- From: Jerome Laurens <email@hidden>
- Date: Thu, 29 Nov 2001 16:28:31 +0100
- Organization: Universite de Bourgogne - Dijon - France
One of my controllers must be able to receive some messages. It is a
context controller not tied to any window,
moreover it must me reachable even when no window is on screen. The
problem is that it should not be the application delegate.
nor the application itself.
So where can I insert a listener/responder to catch those messages?
TIA