Event Handling Design: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Magodra (talk | contribs)
Magodra (talk | contribs)
Line 72: Line 72:
MsgHandler -> MsgEntry : Reset
MsgHandler -> MsgEntry : Reset
activate MsgEntry
activate MsgEntry
MsgEntry --> MsgHandler
deactivate MsgEntry
deactivate MsgEntry
MsgHandler -> ServerClass : Verify
MsgHandler -> ServerClass : Verify

Revision as of 20:10, 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