01: /*
02: * File: IServerMOS.java
03: * Project: jMOS, com.aranova.java.jmos
04: * Revision: 0.9.1
05: * Date: 20-ene-2006 12:52:17
06: *
07: * Copyright (C) Aragón Innovación Tecnológica S.L.L.
08: * All rights reserved.
09: *
10: * This software is distributed under the terms of the Aranova License version 1.0.
11: * See the terms of the Aranova License in the documentation provided with this software.
12: */
13:
14: package com.aranova.java.jmos;
15:
16: /**
17: * Interface comun a IServerListener y IServerResponser.
18: * TODO : Type Description.
19: *
20: * @author <a href="http://www.aranova.net/contactar/">Daniel Sánchez</a>
21: * @version 0.9.1
22: * @since 0.9.1
23: */
24: public interface IServerMOS {
25:
26: }
|