Uses of Class
cz.cuni.amis.pogamut.ut2004.teamcomm.mina.model.TCChannel

Packages that use TCChannel
cz.cuni.amis.pogamut.ut2004.teamcomm.bot   
cz.cuni.amis.pogamut.ut2004.teamcomm.mina.client   
cz.cuni.amis.pogamut.ut2004.teamcomm.mina.model   
cz.cuni.amis.pogamut.ut2004.teamcomm.mina.server.messages   
 

Uses of TCChannel in cz.cuni.amis.pogamut.ut2004.teamcomm.bot
 

Methods in cz.cuni.amis.pogamut.ut2004.teamcomm.bot that return TCChannel
 TCChannel UT2004TCClient.getChannel(int channelId)
          Returns details about bots/channels connected to the team.
 

Uses of TCChannel in cz.cuni.amis.pogamut.ut2004.teamcomm.mina.client
 

Methods in cz.cuni.amis.pogamut.ut2004.teamcomm.mina.client that return TCChannel
 TCChannel TCMinaClient.getChannel(int channelId)
          Returns details about bots/channels connected to the team.
 

Uses of TCChannel in cz.cuni.amis.pogamut.ut2004.teamcomm.mina.model
 

Methods in cz.cuni.amis.pogamut.ut2004.teamcomm.mina.model that return TCChannel
 TCChannel TCChannel.clone()
           
 

Methods in cz.cuni.amis.pogamut.ut2004.teamcomm.mina.model that return types with arguments of type TCChannel
 Map<Integer,TCChannel> TCTeam.getChannels()
           
 

Method parameters in cz.cuni.amis.pogamut.ut2004.teamcomm.mina.model with type arguments of type TCChannel
 void TCTeam.setChannels(Map<Integer,TCChannel> channels)
           
 

Uses of TCChannel in cz.cuni.amis.pogamut.ut2004.teamcomm.mina.server.messages
 

Methods in cz.cuni.amis.pogamut.ut2004.teamcomm.mina.server.messages that return TCChannel
 TCChannel TCInfoTeamChannelCreated.getChannel()
           
 

Methods in cz.cuni.amis.pogamut.ut2004.teamcomm.mina.server.messages with parameters of type TCChannel
 void TCInfoTeamChannelCreated.setChannel(TCChannel channel)
           
 



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