18
.
Chain of Responsibility
n
Decouple the sender and receiver
of a message, and give more than
one receiver a chance to handle it
n
For example, a context-sensitive
help system returns help on the
object currently in focus
n
Or its parent if it has no help
n
Recursively