PageRenderTime 29ms CodeModel.GetById 17ms app.highlight 11ms RepoModel.GetById 0ms app.codeStats 0ms

/.metadata/.plugins/org.eclipse.core.resources/.history/90/e05aaa2a67a3001e1d98c762f0e1eac2

https://bitbucket.org/fixpoint/connexion
#! | 9 lines | 7 code | 2 blank | 0 comment | 0 complexity | 6a5a32e05083da1e2c87f8251280dd70 MD5 | raw file
1package info.reflectionsofmind.connexion.platform.control.control;
2
3import info.reflectionsofmind.connexion.transport.IConnectionParameters;
4
5public interface ITransportControl
6{
7	void start(IConnectionParameters parameters);
8	void shutDown();
9}