|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfeud.testgame.ServerEventManager
A helper class for the server to ease event processing. An event is send from the client to the server and processed there. This is what this class does.
Constructor Summary | |
ServerEventManager()
|
Method Summary | |
DataContainer[] |
manageEvent(Event event,
ServerObjectManager servMan,
BlueThunderServer server,
ClientInfo ci)
Manages an event. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ServerEventManager()
Method Detail |
public DataContainer[] manageEvent(Event event, ServerObjectManager servMan, BlueThunderServer server, ClientInfo ci)
event
- Event the event to manageservMan
- ServerObjectManager the server object manager that lives on this serverserver
- BlueThunderServer the actual server instanceci
- ClientInfo the client info of the client from which the event came from
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |