C# Class ForumClientCore.NetworkLayer.ClientNetworkListener

Exibir arquivo Open project: sagioto/forum Class Usage Examples

Public Methods

Method Description
onUpdate ( Post message ) : void

This method is called by Server

Method Details

onUpdate() public method

This method is called by Server
public onUpdate ( Post message ) : void
message ForumShared.SharedDataTypes.Post
return void