Uses of Class
cz.cuni.amis.pogamut.ut2004.teamcomm.mina.client.TCMinaClient.RequestFuture

Packages that use TCMinaClient.RequestFuture
cz.cuni.amis.pogamut.ut2004.teamcomm.bot   
cz.cuni.amis.pogamut.ut2004.teamcomm.mina.client   
 

Uses of TCMinaClient.RequestFuture in cz.cuni.amis.pogamut.ut2004.teamcomm.bot
 

Methods in cz.cuni.amis.pogamut.ut2004.teamcomm.bot that return TCMinaClient.RequestFuture
 TCMinaClient.RequestFuture<TCInfoTeamChannelCreated> UT2004TCClient.requestCreateChannel()
          Request to create a new channel, the channel will gets channelId assigned by TCMinaServer.
 TCMinaClient.RequestFuture<TCInfoTeamChannelDestroyed> UT2004TCClient.requestDestroyChannel(int channelId)
          Request to destroy an existing channel.
 TCMinaClient.RequestFuture<TCInfoStatus> UT2004TCClient.requestGetStatus()
          Request TCInfoStatus update from TCMinaServer.
 TCMinaClient.RequestFuture<TCInfoTeamChannelBotJoined> UT2004TCClient.requestJoinChannel(int channelId)
          Request to join an existing channel.
 TCMinaClient.RequestFuture<TCInfoTeamChannelBotLeft> UT2004TCClient.requestLeaveChannel(int channelId)
          Request to leave an existing channel.
 

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

Methods in cz.cuni.amis.pogamut.ut2004.teamcomm.mina.client that return TCMinaClient.RequestFuture
 TCMinaClient.RequestFuture<TCInfoTeamChannelCreated> TCMinaClient.requestCreateChannel()
          Request to create a new channel, the channel will gets channelId assigned by TCMinaServer.
 TCMinaClient.RequestFuture<TCInfoTeamChannelDestroyed> TCMinaClient.requestDestroyChannel(int channelId)
          Request to destroy an existing channel.
 TCMinaClient.RequestFuture<TCInfoStatus> TCMinaClient.requestGetStatus()
          Request TCInfoStatus update from TCMinaServer.
 TCMinaClient.RequestFuture<TCInfoTeamChannelBotJoined> TCMinaClient.requestJoinChannel(int channelId)
          Request to join an existing channel.
 TCMinaClient.RequestFuture<TCInfoTeamChannelBotLeft> TCMinaClient.requestLeaveChannel(int channelId)
          Request to leave an existing channel.
 



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