com.threerings.micasa.client
Class ClientController
java.lang.Object
com.samskivert.swing.Controller
com.threerings.micasa.client.ClientController
- All Implemented Interfaces:
- com.threerings.presents.client.SessionObserver, ActionListener, EventListener
public class ClientController
- extends Controller
- implements com.threerings.presents.client.SessionObserver
Responsible for top-level control of the client user interface.
| Methods inherited from class com.samskivert.swing.Controller |
actionPerformed, configureAction, createActionButton, handleAction, handleAction, handleAction, postAction, postAction, postAction, setControlledPanel, wasAdded, wasRemoved |
ClientController
public ClientController(MiCasaContext ctx,
MiCasaFrame frame)
- Creates a new client controller. The controller will set everything
up in preparation for logging on.
handleAction
public boolean handleAction(ActionEvent action)
- Overrides:
handleAction in class Controller
clientWillLogon
public void clientWillLogon(com.threerings.presents.client.Client client)
- Specified by:
clientWillLogon in interface com.threerings.presents.client.SessionObserver
clientDidLogon
public void clientDidLogon(com.threerings.presents.client.Client client)
- Specified by:
clientDidLogon in interface com.threerings.presents.client.SessionObserver
clientObjectDidChange
public void clientObjectDidChange(com.threerings.presents.client.Client client)
- Specified by:
clientObjectDidChange in interface com.threerings.presents.client.SessionObserver
clientDidLogoff
public void clientDidLogoff(com.threerings.presents.client.Client client)
- Specified by:
clientDidLogoff in interface com.threerings.presents.client.SessionObserver
Copyright © 2011. All Rights Reserved.