com.threerings.micasa.client
Class MiCasaClient
java.lang.Object
com.threerings.micasa.client.MiCasaClient
public class MiCasaClient
- extends Object
The MiCasa client takes care of instantiating all of the proper
managers and loading up all of the necessary configuration and getting
the client bootstrapped. It can be extended by games that require an
extended context implementation.
|
Method Summary |
MiCasaContext |
getContext()
Returns a reference to the context in effect for this client. |
void |
init(MiCasaFrame frame)
Initializes a new client and provides it with a frame in which to
display everything. |
MiCasaClient
public MiCasaClient()
init
public void init(MiCasaFrame frame)
throws IOException
- Initializes a new client and provides it with a frame in which to
display everything.
- Throws:
IOException
getContext
public MiCasaContext getContext()
- Returns a reference to the context in effect for this client. This
reference is valid for the lifetime of the application.
Copyright © 2011. All Rights Reserved.