com.googlecode.jpattern.gwt.client.command
Class CommandChain
java.lang.Object
com.googlecode.jpattern.gwt.client.command.ACommand
com.googlecode.jpattern.gwt.client.command.CommandChain
public class CommandChain
- extends ACommand
- Author:
- Francesco Cina'
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandChain
public CommandChain()
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.