C# Class uREPL.Completion

ファイルを表示 Open project: hecomi/uREPL Class Usage Examples

Public Methods

Method Description
AddCompletionFinishedListener ( CompletionFinishHandler callback ) : void
IsAlive ( ) : bool
RemoveCompletionFinishedListener ( CompletionFinishHandler callback ) : void
Start ( string code ) : void
Stop ( ) : void
Update ( ) : void

Method Details

AddCompletionFinishedListener() public method

public AddCompletionFinishedListener ( CompletionFinishHandler callback ) : void
callback CompletionFinishHandler
return void

IsAlive() public method

public IsAlive ( ) : bool
return bool

RemoveCompletionFinishedListener() public method

public RemoveCompletionFinishedListener ( CompletionFinishHandler callback ) : void
callback CompletionFinishHandler
return void

Start() public method

public Start ( string code ) : void
code string
return void

Stop() public method

public Stop ( ) : void
return void

Update() public method

public Update ( ) : void
return void