com.threerings.toybox.lobby.client
Class LobbyController
java.lang.Object
com.samskivert.swing.Controller
com.threerings.crowd.client.PlaceController
com.threerings.toybox.lobby.client.LobbyController
- All Implemented Interfaces:
- ActionListener, EventListener
public class LobbyController
- extends PlaceController
Handles the client side of the ToyBox match-making interface.
| Methods inherited from class com.samskivert.swing.Controller |
actionPerformed, configureAction, createActionButton, generateArguments, handleAction, handleAction, handleAction, postAction, postAction, postAction, setControlledPanel, wasAdded, wasRemoved |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_ctx
protected ToyBoxContext _ctx
_config
protected LobbyConfig _config
_panel
protected LobbyPanel _panel
LobbyController
public LobbyController()
init
public void init(CrowdContext ctx,
PlaceConfig config)
- Overrides:
init in class PlaceController
willEnterPlace
public void willEnterPlace(PlaceObject plobj)
- Overrides:
willEnterPlace in class PlaceController
createPlaceView
protected PlaceView createPlaceView(CrowdContext ctx)
- Overrides:
createPlaceView in class PlaceController