Event Handling Design: Difference between revisions
Jump to navigation
Jump to search
m moved Event Handling to Event Handling Design |
|
(No difference)
|
Latest revision as of 17:55, 9 April 2013
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
