A B C D E F G H I L M N P Q R S T U V

N

name - Variable in class client.framework.network.parser.Action
 
NAME - Static variable in class client.framework.views.StartupWindow
 
NETWORK - Static variable in class server.testmodules.TestModule
 
newPlayer(String, String) - Method in class client.brickblock.fwimpl.BrickBlock
Returns a new BBPlayer instance, which is this game's implementation of the AbstractPlayer class.
newPlayer(String, String) - Method in class client.framework.models.AbstractGame
Returns a new player object of the type used in the game, which is a subclass of AbstractPlayer.
NOF_INTERVALS - Static variable in class server.testmodules.TestModule
 
NOF_PACKETS - Static variable in class server.testmodules.TestModule
 
NOF_PANELS_VERTICAL - Static variable in class server.framework.gui.ServerGUI
 
NOF_RUNS - Static variable in class server.testmodules.TestModule
 
notifyAboutAlive(int) - Method in class server.framework.models.AbstractPlayer
Sets the value of the last received alive confirmation when this is received.
notifyAboutEventOccured(Event, BBPlayer, Object[]) - Method in class server.brickblock.fwimpl.BBSession
Forwards game specific events to the event handler.
notifyAboutEventOccured(Event, P, Object[]) - Method in class server.framework.models.AbstractSession
Called when an event has occurred that the EventHandler thread should handle.
notifyAboutIntervalComplete() - Method in class server.testmodules.PingTest
Called when one interval has been completed.
notifyAboutIntervalComplete() - Method in class server.testmodules.TestModule
Notifies the TestModules that the interval is complete.
notifyAboutIntervalComplete() - Method in class server.testmodules.TransferSpeedTest
Called when one size set has been completed.
notifyAboutMessageReceived(String) - Method in class client.framework.models.AbstractGame
Method that is called whenever the application receives a text message from one of the other participants.
notifyAboutMessageReceived(Object) - Method in class client.framework.network.ClientSocketCommunicator
Called when the receiver thread has received a message.
notifyAboutMessageReceived(Object) - Method in interface client.framework.network.Communicator
Called when a message is received.
notifyAboutMessageReceived(Object, SocketWrapper) - Method in class server.framework.models.AbstractServer
Method that is called whenever one of the communication objects receives a message from a client.
notifyAboutMessageReceived(Object) - Method in interface server.framework.network.Communicator
Called when a message is received.
notifyAboutMessageReceived(Object) - Method in class server.framework.network.ServerSocketCommunicator
Method that is called when the receiver thread receives a new message.
notifyAboutMessageReceived(Object) - Method in class server.testmodules.TestModule
Method that is called when the receiver thread receives a new message.
notifyAboutPlayerAdded(AbstractPlayer) - Method in class client.framework.views.GameView
Adds the specified player to the game board.
notifyAboutPlayerDisconnected() - Method in class server.framework.models.AbstractPlayer
Called whenever the player has disconnected from the server.
notifyAboutPlayerListChanged() - Method in class client.framework.views.LobbyView
 
notifyAboutRunComplete() - Method in class server.testmodules.TestModule
Notifies the TestModule that the run is completed and the next run can be started.
notifyAboutSpecialActionReceived(AbstractPlayer, String, String[][]) - Method in class client.brickblock.fwimpl.BrickBlock
This method is responsible for parsing the incoming actions that can not be parsed by the notifyAboutMessageReceived() method in AbstractGame.
notifyAboutSpecialActionReceived(AbstractPlayer, String, String[][]) - Method in class client.framework.models.AbstractGame
Method used to parse and interpret messages received from other participants, that are not among the default actions defined in AbstractGame.
notifyAboutSpecialMessageReceived(ActionPair, BBPlayer, BBSession) - Method in class server.brickblock.fwimpl.BBServer
Called when special actions are received that could not be handled by the parent class.
notifyAboutSpecialMessageReceived(ActionPair, P, S) - Method in class server.framework.models.AbstractServer
Method that must be implemented in classes extendint this class.

A B C D E F G H I L M N P Q R S T U V