C# 클래스 Tsunami.AddListenerContext

상속: Context
파일 보기 프로젝트 열기: mono/tsunami

공개 메소드들

메소드 설명
AddListenerContext ( Context parent ) : System

보호된 메소드들

메소드 설명
HandleImpl ( string line ) : System.Result
PrintImpl ( System writer ) : void

메소드 상세

AddListenerContext() 공개 메소드

public AddListenerContext ( Context parent ) : System
parent Context
리턴 System

HandleImpl() 보호된 메소드

protected HandleImpl ( string line ) : System.Result
line string
리턴 System.Result

PrintImpl() 보호된 메소드

protected PrintImpl ( System writer ) : void
writer System
리턴 void