Uses of Class
cz.cuni.amis.pogamut.defcon.consts.ChatChannel

Packages that use ChatChannel
cz.cuni.amis.pogamut.defcon.communication.messages.commands   
cz.cuni.amis.pogamut.defcon.consts   
 

Uses of ChatChannel in cz.cuni.amis.pogamut.defcon.communication.messages.commands
 

Methods in cz.cuni.amis.pogamut.defcon.communication.messages.commands that return ChatChannel
 ChatChannel SendChatMessage.getChannel()
          Chat channel to use.
 

Methods in cz.cuni.amis.pogamut.defcon.communication.messages.commands with parameters of type ChatChannel
 SendChatMessage SendChatMessage.setChannel(ChatChannel channel)
          Chat channel to use.
 

Constructors in cz.cuni.amis.pogamut.defcon.communication.messages.commands with parameters of type ChatChannel
SendChatMessage(String message, ChatChannel channel)
          Creates new instance of command SendChatMessage.
 

Uses of ChatChannel in cz.cuni.amis.pogamut.defcon.consts
 

Methods in cz.cuni.amis.pogamut.defcon.consts that return ChatChannel
static ChatChannel ChatChannel.getEnum(int id)
           
static ChatChannel ChatChannel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ChatChannel[] ChatChannel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.