C# Class VSTalk.Engine.Core.XmppConnection.PresenceListener.MultiClientPresenceListener

Inheritance: IPresenceListener
Afficher le fichier Open project: Irdis/VSTalk

Private Properties

Свойство Type Description
PresenceListenerOnPresenceReceived void
SubscribeClient void
UnsubscribeClient void

Méthodes publiques

Méthode Description
StartListen ( ) : void
StopListen ( ) : void

Méthodes protégées

Méthode Description
OnPresenceReceived ( Client arg1, Presence arg2 ) : void

Private Methods

Méthode Description
PresenceListenerOnPresenceReceived ( Client client, Presence presence ) : void
SubscribeClient ( Client client ) : void
UnsubscribeClient ( Client client ) : void

Method Details

OnPresenceReceived() protected méthode

protected OnPresenceReceived ( Client arg1, Presence arg2 ) : void
arg1 VSTalk.Model.Client
arg2 agsXMPP.protocol.client.Presence
Résultat void

StartListen() public méthode

public StartListen ( ) : void
Résultat void

StopListen() public méthode

public StopListen ( ) : void
Résultat void