1 /*
2 * Created on Jan 24, 2004
3 *
4 */
5 package org.neo.swarm.services.tcp;
6
7 import org.neo.swarm.services.Service;
8
9 /***
10 * Provides the contract for the TcpServer
11 * @author navery
12 */
13 public interface TcpService extends Service {
14
15 }