vitro.grid
Class GridAction
java.lang.Object
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
model
protected final Grid model
- The Grid to which this Action is applied.
GridAction
protected GridAction(Grid model)
- Construct a GridAction.
- Parameters:
model
- the Grid to which this Action is applied.