public class SimpleServer extends MiCasaServer implements SimulatorServer
| Constructor and Description |
|---|
SimpleServer() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(com.google.inject.Injector injector,
ResultListener<SimulatorServer> obs)
Called to initialize this server instance.
|
init, mainqueueShutdown, run, runServerequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrunpublic void init(com.google.inject.Injector injector,
ResultListener<SimulatorServer> obs)
throws Exception
SimulatorServerinit in interface SimulatorServerobs - the observer to notify when the server has finished starting up, or
null if no notification is desired.Exception - thrown if anything goes wrong initializing the server.Copyright © 2015. All rights reserved.