madkit.MadChat
Class PingMessage

java.lang.Object
  extended by madkit.kernel.Message
      extended by madkit.MadChat.PingMessage
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class PingMessage
extends Message

Author:
gaara TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
See Also:
Serialized Form

Constructor Summary
PingMessage(long time, java.lang.String channel, java.lang.String chatter)
           
 
Method Summary
 java.lang.String getChannel()
           
 java.lang.String getChatter()
           
 long getTime()
           
 
Methods inherited from class madkit.kernel.Message
clone, getCreationDate, getReceiver, getSender, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PingMessage

public PingMessage(long time,
                   java.lang.String channel,
                   java.lang.String chatter)
Method Detail

getTime

public long getTime()

getChannel

public java.lang.String getChannel()

getChatter

public java.lang.String getChatter()


Copyright © Madkit Team (O. Gutknecht, J. Ferber, F. Michel et al.) All Rights Reserved.