C# Class ForumClientCore.NetworkLayer.ClientNetworkListener

Afficher le fichier Open project: sagioto/forum Class Usage Examples

Méthodes publiques

Méthode Description
onUpdate ( Post message ) : void

This method is called by Server

Method Details

onUpdate() public méthode

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