public interface SimulatorServer
| Modifier and Type | Method and Description |
|---|---|
void |
init(com.google.inject.Injector injector,
ResultListener<SimulatorServer> obs)
Called to initialize this server instance.
|
void |
run()
Called to perform the main body of server processing.
|
void init(com.google.inject.Injector injector,
ResultListener<SimulatorServer> obs)
throws Exception
obs - 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.void run()
Copyright © 2015. All rights reserved.