vitro.grid
Class GridAction

java.lang.Object
  extended by vitro.grid.GridAction
All Implemented Interfaces:
Action
Direct Known Subclasses:
CreateAction, DestroyAction, MoveAction

public abstract class GridAction
extends Object
implements Action

A GridAction is a more restrictive type of Action that applies specifically to a Grid Model.


Field Summary
protected  Grid model
          The Grid to which this Action is applied.
 
Constructor Summary
protected GridAction(Grid model)
          Construct a GridAction.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface vitro.Action
apply, undo
 

Field Detail

model

protected final Grid model
The Grid to which this Action is applied.

Constructor Detail

GridAction

protected GridAction(Grid model)
Construct a GridAction.

Parameters:
model - the Grid to which this Action is applied.