pl.edu.pjwstk.yaod.network.protocol
Class NetMessage

java.lang.Object
  |
  +--pl.edu.pjwstk.yaod.network.protocol.NetMessage
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ClientRequest, ServerReply

public abstract class NetMessage
extends java.lang.Object
implements java.io.Serializable

Klasa od ktorej dziedzicza wszystkie komunikaty protokolu Y.NET.

Author:
M. Lentner, raist@ertel.com.pl
See Also:
Serialized Form

Constructor Summary
NetMessage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetMessage

public NetMessage()