|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SimulatorServer
The simulator manager needs a mechanism for faking body object registrations, which is provided by implementations of this interface.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||