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

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

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

Classes in com.threerings.micasa.lobby that implement LobbyService.CategoriesListener
static class LobbyMarshaller.CategoriesMarshaller
          Marshalls results to implementations of LobbyService.CategoriesListener.
 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.CategoriesListener
 void LobbyRegistry.getCategories(com.threerings.presents.data.ClientObject caller, LobbyService.CategoriesListener listener)
          Processes a request by the client to obtain a list of the lobby categories available on this server.
 void LobbyProvider.getCategories(com.threerings.presents.data.ClientObject caller, LobbyService.CategoriesListener arg1)
          Handles a LobbyService.getCategories(com.threerings.micasa.lobby.LobbyService.CategoriesListener) request.
 void LobbyService.getCategories(LobbyService.CategoriesListener listener)
          Requests the list of lobby categories that are available on this server.
 void LobbyMarshaller.getCategories(LobbyService.CategoriesListener arg1)
           
 



Copyright © 2011. All Rights Reserved.