C# 클래스 VSTalk.Engine.Core.XmppConnection.RosterObserver.RosterObesrver

상속: IListener
파일 보기 프로젝트 열기: Irdis/VSTalk 1 사용 예제들

공개 메소드들

메소드 설명
RosterObesrver ( Client client, XmppClientConnection connection ) : System.Diagnostics
StartListen ( ) : void
StopListen ( ) : void

비공개 메소드들

메소드 설명
OnRosterEnd ( object sender ) : void
OnRosterItem ( object sender, RosterItem item ) : void
OnRosterStart ( object sender ) : void

메소드 상세

RosterObesrver() 공개 메소드

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

StartListen() 공개 메소드

public StartListen ( ) : void
리턴 void

StopListen() 공개 메소드

public StopListen ( ) : void
리턴 void