|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Core | |
---|---|
net.sf.juoserver.model | |
net.sf.juoserver.networking | |
net.sf.juoserver.protocol |
Uses of Core in net.sf.juoserver.model |
---|
Classes in net.sf.juoserver.model that implement Core | |
---|---|
class |
CoreImpl
The Core facade. |
Uses of Core in net.sf.juoserver.networking |
---|
Constructors in net.sf.juoserver.networking with parameters of type Core | |
---|---|
ServerImpl(Core core,
ClientHandlerFactory clientHandlerFactory,
Configuration configuration,
DataManager dataManager)
|
Uses of Core in net.sf.juoserver.protocol |
---|
Methods in net.sf.juoserver.protocol that return Core | |
---|---|
Core |
ControllerFactoryImpl.getCore()
|
Methods in net.sf.juoserver.protocol with parameters of type Core | |
---|---|
void |
ControllerFactoryImpl.setCore(Core core)
|
Constructors in net.sf.juoserver.protocol with parameters of type Core | |
---|---|
ControllerImpl(ClientHandler clientHandler,
Core core,
ClientMovementTracker movementTracker,
Configuration configuration)
Builds a new controller and attaches it to the specified ClientHandler . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |