battlehex.model.command
Class GridUpdate

java.lang.Object
  extended byjtge.engine.command.AbstractCommand
      extended byjtge.engine.command.AbstractResult
          extended bybattlehex.model.command.GridUpdate
All Implemented Interfaces:
jtge.engine.command.ICommand, java.io.Serializable

public class GridUpdate
extends jtge.engine.command.AbstractResult

Updates a grid.

Version:
$Revision: 1.5 $ $Date: 2005/09/10 14:06:08 $
Author:
Mathieu Champlon
See Also:
Serialized Form

Constructor Summary
GridUpdate(jtge.util.grid.IGrid grid)
          Create a complete update.
 
Method Summary
 void execute(jtge.engine.data.IContext context)
          
 
Methods inherited from class jtge.engine.command.AbstractCommand
filter, sort, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridUpdate

public GridUpdate(jtge.util.grid.IGrid grid)
Create a complete update.

Parameters:
grid - the new grid
Method Detail

execute

public final void execute(jtge.engine.data.IContext context)



Copyright © 2004-2005 . All Rights Reserved.