Event Handling Design: Difference between revisions
Jump to navigation
Jump to search
Line 49: | Line 49: | ||
} | } | ||
class | class ServerClass { | ||
+void | +void HandleEvent() | ||
} | } | ||
Revision as of 19:41, 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
