com.googlecode.jpattern.gwt.client.command
Class CommandChain

java.lang.Object
  extended by com.googlecode.jpattern.gwt.client.command.ACommand
      extended by com.googlecode.jpattern.gwt.client.command.CommandChain

public class CommandChain
extends ACommand

Author:
Francesco Cina'

Constructor Summary
CommandChain()
           
 
Method Summary
 void addCommand(ACommand command)
           
protected  void callback(com.googlecode.jpattern.shared.result.IResult commandResult)
           
 void exec(com.googlecode.jpattern.shared.result.IResult commandResult)
           
 
Methods inherited from class com.googlecode.jpattern.gwt.client.command.ACommand
exec, getCommandCallBack, getProvider, visit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandChain

public CommandChain()
Method Detail

exec

public void exec(com.googlecode.jpattern.shared.result.IResult commandResult)
Specified by:
exec in class ACommand

callback

protected void callback(com.googlecode.jpattern.shared.result.IResult commandResult)
Overrides:
callback in class ACommand

addCommand

public void addCommand(ACommand command)


Copyright © 2011. All Rights Reserved.