C# Class Ultralight.Tests.MockListener

Inheritance: IStompListener
Exibir arquivo Open project: ernstnaezer/ultralight

Public Methods

Method Description
Start ( ) : void

Start the listener

Stop ( ) : void

Stops this instance.

Method Details

Start() public method

Start the listener
public Start ( ) : void
return void

Stop() public method

Stops this instance.
public Stop ( ) : void
return void