Errai 3.0.1-SNAPSHOT

org.jboss.errai.ui.shared.chain
Class Chain

java.lang.Object
  extended by org.jboss.errai.ui.shared.chain.Chain
All Implemented Interfaces:
Command

public class Chain
extends Object
implements Command

Author:
edewit@redhat.com

Constructor Summary
Chain()
           
 
Method Summary
 void addCommand(Command command)
           
 void execute(Element element)
           
 List<Command> getCommands()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Chain

public Chain()
Method Detail

addCommand

public void addCommand(Command command)

execute

public void execute(Element element)
Specified by:
execute in interface Command

getCommands

public List<Command> getCommands()

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.