C# Class VSTalk.Engine.Core.XmppConnection.RosterObserver.RosterObesrver

Inheritance: IListener
Afficher le fichier Open project: Irdis/VSTalk Class Usage Examples

Méthodes publiques

Méthode Description
RosterObesrver ( Client client, XmppClientConnection connection ) : System.Diagnostics
StartListen ( ) : void
StopListen ( ) : void

Private Methods

Méthode Description
OnRosterEnd ( object sender ) : void
OnRosterItem ( object sender, RosterItem item ) : void
OnRosterStart ( object sender ) : void

Method Details

RosterObesrver() public méthode

public RosterObesrver ( Client client, XmppClientConnection connection ) : System.Diagnostics
client VSTalk.Model.Client
connection agsXMPP.XmppClientConnection
Résultat System.Diagnostics

StartListen() public méthode

public StartListen ( ) : void
Résultat void

StopListen() public méthode

public StopListen ( ) : void
Résultat void