mcgui
Class Message

java.lang.Object
  extended by mcgui.Message
All Implemented Interfaces:
java.io.Serializable

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

Message class to be extended.

See Also:
Serialized Form

Field Summary
protected  int sender
          The sender of the message
 
Constructor Summary
Message(int sender)
           
 
Method Summary
 int getSender()
          Returns the sender of the message
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sender

protected int sender
The sender of the message

Constructor Detail

Message

public Message(int sender)
Method Detail

getSender

public int getSender()
Returns the sender of the message