C# Class Brunet.PathEdgeListener

Inheritance: EdgeListener
Show file Open project: johnynek/brunet Class Usage Examples

Public Methods

Method Description
CreateEdgeTo ( TransportAddress ta, EdgeListener ecb ) : void
PathEdgeListener ( PathELManager pem, string path, EdgeListener el ) : Brunet.Concurrent
SendPathEdgeEvent ( PathEdge pe ) : void
Start ( ) : void
Stop ( ) : void

Method Details

CreateEdgeTo() public method

public CreateEdgeTo ( TransportAddress ta, EdgeListener ecb ) : void
ta TransportAddress
ecb EdgeListener
return void

PathEdgeListener() public method

public PathEdgeListener ( PathELManager pem, string path, EdgeListener el ) : Brunet.Concurrent
pem PathELManager
path string
el EdgeListener
return Brunet.Concurrent

SendPathEdgeEvent() public method

public SendPathEdgeEvent ( PathEdge pe ) : void
pe PathEdge
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void