Click here to Skip to main content
15,885,852 members
Articles / Programming Languages / Objective C

Intercom: A Template-Based Notification Library

Rate me:
Please Sign up or sign in to vote.
4.61/5 (25 votes)
19 Feb 200316 min read 110.8K   688   67  
This article introduces a template-based off-shoot of the subject/observer pattern called Intercom. Intercom achieves some advantages over subject-observer designs by using a three component model (Message, Notifier, Observer).

Views

Daily Counts

Downloads

Weekly Counts


Written By
United States United States
A compiler warns of bogasity, ignore it at your peril. Unless you've done the compiler's job yourself, don't criticize it.

Comments and Discussions