C# Class VSTalk.Engine.Core.XmppConnection.PresenceObserver.PresenceObserver

Inheritance: IListener
Show file Open project: Irdis/VSTalk Class Usage Examples

Public Methods

Method Description
AddHandler ( IPresenceHandler handler ) : void
PresenceObserver ( XmppClientConnection connection ) : System.Collections.Generic
StartListen ( ) : void
StopListen ( ) : void

Private Methods

Method Description
OnPresence ( object sender, Presence pres ) : void

Method Details

AddHandler() public method

public AddHandler ( IPresenceHandler handler ) : void
handler IPresenceHandler
return void

PresenceObserver() public method

public PresenceObserver ( XmppClientConnection connection ) : System.Collections.Generic
connection agsXMPP.XmppClientConnection
return System.Collections.Generic

StartListen() public method

public StartListen ( ) : void
return void

StopListen() public method

public StopListen ( ) : void
return void