client.brickblock.fwimpl
Class BBAction

java.lang.Object
  extended by client.framework.network.parser.Action
      extended by client.brickblock.fwimpl.BBAction

public class BBAction
extends Action

An extension of the Action class, that contain the actions specific for the BrickBlock implementation of the framework. These actions are concerned with the force functionality, adding of a trap, and support for power up objects.

Author:
Eivind Sorteberg, Martin Jarrett

Field Summary
static BBAction FORCE
           
static BBAction POWERUP_ADDED
           
static BBAction POWERUP_INACTIVE
           
static BBAction POWERUP_REMOVED
           
static BBAction TRAP_ADDED
           
 
Fields inherited from class client.framework.network.parser.Action
ALIVE_REQUEST, DISCONNECT, GAME_OVER, name, PLAYER, POSITION, READY, SCORE, SESSION_LIST, SESSION_SELECTED, SETTING_CHANGED, SETTINGS_LIST, START, TEAM
 
Method Summary
 
Methods inherited from class client.framework.network.parser.Action
equals, getName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

FORCE

public static final BBAction FORCE

POWERUP_ADDED

public static final BBAction POWERUP_ADDED

POWERUP_REMOVED

public static final BBAction POWERUP_REMOVED

POWERUP_INACTIVE

public static final BBAction POWERUP_INACTIVE

TRAP_ADDED

public static final BBAction TRAP_ADDED