Example usage for org.apache.commons.chain Chain interface-usage

List of usage examples for org.apache.commons.chain Chain interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.chain Chain interface-usage.

Usage

From source file com.azaptree.services.command.CommandChain.java

public interface CommandChain extends Chain, Command {

    Command[] getCommands();

}