Event Handling Design

From PSwiki
Revision as of 20:18, 2 January 2013 by Magodra (talk | contribs) (Classes)
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