C# 클래스 Dwarrowdelf.DirectConnectionListener

파일 보기 프로젝트 열기: tomba/dwarrowdelf

공개 메소드들

메소드 설명
NewConnection ( DirectConnection clientConnection ) : void
StartListening ( Action callback ) : void
StopListening ( ) : void

메소드 상세

NewConnection() 공개 정적인 메소드

public static NewConnection ( DirectConnection clientConnection ) : void
clientConnection DirectConnection
리턴 void

StartListening() 공개 정적인 메소드

public static StartListening ( Action callback ) : void
callback Action
리턴 void

StopListening() 공개 정적인 메소드

public static StopListening ( ) : void
리턴 void