Commit Graph

1 Commits

Author SHA1 Message Date
Andrew Hart 0728d0ae25 Interface added in Views that abstracts message handling
IDesktopMessageHandler outlines the methods that the View will use to process different packets.  This is done so that the message handler can eventually be passed to the server that accepts incoming tcp connections in the view.

The interface will eventually replace the delegates used in the view.  Using a message handler interface will make calling these methods easier from the PullSocket that will accept the TCP messages.
2016-08-31 12:22:04 -04:00