The Observer
pattern implements the publisher/subscriber interactions, where a number of
registered observer objects are informed about events produced by the
publishers. This pattern is frequently used for implementing a distributed
event handling system and for windows systems.
No comments:
Post a Comment