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

Inheritance: IListener
Datei anzeigen Open project: Irdis/VSTalk Class Usage Examples

Public Methods

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

Private Methods

Method Description
OnRosterEnd ( object sender ) : void
OnRosterItem ( object sender, RosterItem item ) : void
OnRosterStart ( object sender ) : void

Method Details

RosterObesrver() public method

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

StartListen() public method

public StartListen ( ) : void
return void

StopListen() public method

public StopListen ( ) : void
return void