public class ClientController extends Controller implements com.threerings.presents.client.SessionObserver
DISPATCHER| Constructor and Description |
|---|
ClientController(MiCasaContext ctx,
MiCasaFrame frame)
Creates a new client controller.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clientDidLogoff(com.threerings.presents.client.Client client) |
void |
clientDidLogon(com.threerings.presents.client.Client client) |
void |
clientObjectDidChange(com.threerings.presents.client.Client client) |
void |
clientWillLogon(com.threerings.presents.client.Client client) |
boolean |
handleAction(ActionEvent action) |
actionPerformed, configureAction, createActionButton, handleAction, handleAction, handleAction, postAction, postAction, postAction, setControlledPanel, wasAdded, wasRemovedpublic ClientController(MiCasaContext ctx, MiCasaFrame frame)
public boolean handleAction(ActionEvent action)
handleAction in class Controllerpublic void clientWillLogon(com.threerings.presents.client.Client client)
clientWillLogon in interface com.threerings.presents.client.SessionObserverpublic void clientDidLogon(com.threerings.presents.client.Client client)
clientDidLogon in interface com.threerings.presents.client.SessionObserverpublic void clientObjectDidChange(com.threerings.presents.client.Client client)
clientObjectDidChange in interface com.threerings.presents.client.SessionObserverpublic void clientDidLogoff(com.threerings.presents.client.Client client)
clientDidLogoff in interface com.threerings.presents.client.SessionObserverCopyright © 2015. All rights reserved.