Events (publish/subscribe )

  • Thread starter Thread starter SKumar
  • Start date Start date
S

SKumar

Hello:
I am trying to implement a publish/subscribe model for an applications
I am working on. I would very greatful if anybody could offer me some
suggestions.

The application basically is a connectivity applications like dial,
VPN and wireless.

Ideally I would like to have a service where all these connectivity
componenets can send/publish their statuses to...and I would like to
have a seperate exe (or GUI) that can subscribe to those events and be
notified when those events occur.

Any suggestions on how I go about implementing it ?

Thanks in Advance.
SKumar
 
There is a 'design pattern' for that, although I can't remember the name -
you could probably do a google search..
 
Back
Top