public class SimulatorController extends Controller implements com.threerings.presents.client.SessionObserver
| Modifier and Type | Field and Description |
|---|---|
static String |
LOGOFF
Command constant used to logoff the client.
|
DISPATCHER| Constructor and Description |
|---|
SimulatorController(ParlorContext ctx,
SimulatorFrame frame,
SimulatorInfo info)
Creates a new simulator 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) |
void |
createGame(com.threerings.presents.client.Client client) |
boolean |
handleAction(ActionEvent action) |
actionPerformed, configureAction, createActionButton, handleAction, handleAction, handleAction, postAction, postAction, postAction, setControlledPanel, wasAdded, wasRemovedpublic static final String LOGOFF
public SimulatorController(ParlorContext ctx, SimulatorFrame frame, SimulatorInfo info)
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 createGame(com.threerings.presents.client.Client client)
public 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.