Broadcasting events

While IBM® Rational® Rhapsody® does not support event broadcasts directly, you can implement the Publisher Subscriber design pattern to accomplish what you are looking for instead. You can copy a design pattern into your project and modify it as needed.

When you implement the Publisher Subscriber design pattern, objects that want to receive an event register with an object representing the Publisher. When the Publisher receives the event, it then sends the event to each of its Subscribers. Contact IBM Rational Rhapsody Support for a model that implements the Publisher Subscriber design pattern. To contact Rational Rhapsody Support, see Reporting Rational Rhapsody problems from the software or visit the IBM Support Portal for Rational Rhapsody at http://www.ibm.com/support/entry/portal/Overview/Software/Rational/Rational_Rhapsody.


Feedback