Event Handling Design

From PSwiki
Revision as of 17:55, 9 April 2013 by Magodra (talk | contribs) (moved Event Handling to Event Handling Design)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Event Handling

Event handling is a speciall case of the Detailed Network Design where messages are published and received inside the server.

Classes

A Message handler has a list of subscriptions.

Each server class inherit from the iNetSubscriber.

Sequences