net.sourceforge.simplegamenet.framework
Class ServerEngineImpl
java.lang.Object
net.sourceforge.simplegamenet.framework.EngineImpl
net.sourceforge.simplegamenet.framework.ServerEngineImpl
- All Implemented Interfaces:
- net.sourceforge.simplegamenet.specs.Engine, net.sourceforge.simplegamenet.specs.ServerEngine
- public class ServerEngineImpl
- extends EngineImpl
- implements net.sourceforge.simplegamenet.specs.ServerEngine
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sourceforge.simplegamenet.specs.Engine |
getGameFactory, getGameSettings, getPlayerSettingsMap, isGamePlaying |
appendGameChatMessage
public void appendGameChatMessage(Integer playerID,
String message)
- Specified by:
appendGameChatMessage
in interface net.sourceforge.simplegamenet.specs.ServerEngine
appendGameChatMessage
public void appendGameChatMessage(String message)
- Specified by:
appendGameChatMessage
in interface net.sourceforge.simplegamenet.specs.ServerEngine
refreshGameSettings
public void refreshGameSettings()
- Specified by:
refreshGameSettings
in interface net.sourceforge.simplegamenet.specs.ServerEngine
refreshPlayerSettings
public void refreshPlayerSettings(Integer playerID)
throws IllegalArgumentException
- Specified by:
refreshPlayerSettings
in interface net.sourceforge.simplegamenet.specs.ServerEngine
- Throws:
IllegalArgumentException
kickProtocolViolatingPlayer
public void kickProtocolViolatingPlayer(Integer playerID)
throws IllegalArgumentException
- Specified by:
kickProtocolViolatingPlayer
in interface net.sourceforge.simplegamenet.specs.ServerEngine
- Throws:
IllegalArgumentException
sendData
public void sendData(Integer playerID,
Serializable data)
throws IllegalArgumentException
- Specified by:
sendData
in interface net.sourceforge.simplegamenet.specs.ServerEngine
- Throws:
IllegalArgumentException
sendData
public void sendData(Serializable data)
- Specified by:
sendData
in interface net.sourceforge.simplegamenet.specs.ServerEngine
stopGame
public void stopGame()
- Specified by:
stopGame
in interface net.sourceforge.simplegamenet.specs.ServerEngine
Copyright © 2003-2004 The 3 Belgians. All Rights Reserved.