net.sf.ginp.commands
Class ShowPicture

java.lang.Object
  extended by net.sf.ginp.commands.ShowPicture
All Implemented Interfaces:
Command

public class ShowPicture
extends java.lang.Object
implements Command

Command to change the model state to display a particular picture.

Version:
$Revision: 303 $
Author:
Doug Culnane

Constructor Summary
ShowPicture()
           
 
Method Summary
 void action(GinpModel model, java.util.Vector params)
          PicCollection id (colid) and path (path) should be sent in the parameters so that the model is not out of sync with browser.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowPicture

public ShowPicture()
Method Detail

action

public void action(GinpModel model,
                   java.util.Vector params)
PicCollection id (colid) and path (path) should be sent in the parameters so that the model is not out of sync with browser. This can happen due to use of the Back Button.

Specified by:
action in interface Command
Parameters:
model - Description of the Parameter
params - Description of the Parameter


Copyright © 2004-2007 null. All Rights Reserved.