Event Handling Design

From PSwiki
(Redirected from Event Handling)
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