Event Handling Design: Difference between revisions
Jump to navigation
Jump to search
Created page with "== Event Handling == <uml> ServerClass -> MessageHandler : Publish </uml> Category:Engine documents Category:NPCClient Design Category:Server Design" |
No edit summary |
||
Line 1: | Line 1: | ||
== Event Handling == | == Event Handling == | ||
Event handling is a speciall case of the [[Detailed Network Design]] where messages are published and received inside the server. | |||
=== Classes === | |||
=== Sequences === | |||
<uml> | <uml> |
Revision as of 18:54, 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
