Uses of Interface
com.threerings.micasa.lobby.LobbyService.LobbiesListener

Packages that use LobbyService.LobbiesListener
com.threerings.micasa.lobby   
 

Uses of LobbyService.LobbiesListener in com.threerings.micasa.lobby
 

Classes in com.threerings.micasa.lobby that implement LobbyService.LobbiesListener
static class LobbyMarshaller.LobbiesMarshaller
          Marshalls results to implementations of LobbyService.LobbiesListener.
 class LobbySelector
          The lobby selector displays a drop-down box listing the categories of lobbies available on this server and when a category is selected, it displays a list of the lobbies that are available in that category.
 

Methods in com.threerings.micasa.lobby with parameters of type LobbyService.LobbiesListener
 void LobbyRegistry.getLobbies(com.threerings.presents.data.ClientObject caller, String category, LobbyService.LobbiesListener listener)
          Processes a request by the client to obtain a list of lobbies matching the supplied category string.
 void LobbyProvider.getLobbies(com.threerings.presents.data.ClientObject caller, String arg1, LobbyService.LobbiesListener arg2)
          Handles a LobbyService.getLobbies(java.lang.String, com.threerings.micasa.lobby.LobbyService.LobbiesListener) request.
 void LobbyService.getLobbies(String category, LobbyService.LobbiesListener listener)
          Requests information on all active lobbies that match the specified category.
 void LobbyMarshaller.getLobbies(String arg1, LobbyService.LobbiesListener arg2)
           
 



Copyright © 2011. All Rights Reserved.