Event Handling Design: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
| Line 35: | Line 35: | ||
| iNetSubscriber <|-- MessageManagerBase | iNetSubscriber <|-- MessageManagerBase | ||
| MessageManagerBase <|-- MessageManager | MessageManagerBase <|-- MessageManager | ||
| MessageManager <|--  | MessageManager <|-- ServerClass | ||
| note "Example classes from the server" as Note1 | note "Example classes from the server" as Note1 | ||
| ServerClass .. Note1 | |||
Revision as of 19:40, 2 January 2013
Event Handling
Event handling is a speciall case of the Detailed Network Design where messages are published and received inside the server.
Classes


Sequences
