madkit.MadChat
Class InfoServMessage

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

public class InfoServMessage
extends Message

See Also:
Serialized Form

Constructor Summary
InfoServMessage(java.lang.String channel, ConfigChan c)
           
 
Method Summary
 java.lang.String getChan()
           
 ConfigChan getConfigChan()
           
 void setChan(java.lang.String chan)
           
 void setConfigChan(ConfigChan config)
           
 
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

InfoServMessage

public InfoServMessage(java.lang.String channel,
                       ConfigChan c)
Parameters:
topic -
channel -
cb_mod -
password -
Method Detail

getChan

public java.lang.String getChan()
Returns:
Returns the chan.

setChan

public void setChan(java.lang.String chan)
Parameters:
chan - The chan to set.

getConfigChan

public ConfigChan getConfigChan()
Returns:
Returns the config.

setConfigChan

public void setConfigChan(ConfigChan config)
Parameters:
config - The config to set.


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