C# Class Tsunami.AddListenerContext

Inheritance: Context
Show file Open project: mono/tsunami

Public Methods

Method Description
AddListenerContext ( Context parent ) : System

Protected Methods

Method Description
HandleImpl ( string line ) : System.Result
PrintImpl ( System writer ) : void

Method Details

AddListenerContext() public method

public AddListenerContext ( Context parent ) : System
parent Context
return System

HandleImpl() protected method

protected HandleImpl ( string line ) : System.Result
line string
return System.Result

PrintImpl() protected method

protected PrintImpl ( System writer ) : void
writer System
return void