Event Handling Design: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Magodra (talk | contribs)
Created page with "== Event Handling == <uml> ServerClass -> MessageHandler : Publish </uml> Category:Engine documents Category:NPCClient Design Category:Server Design"
 
Magodra (talk | contribs)
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