org.apache.beehive.netui.core.chain
Interface Catalog

All Known Implementing Classes:
CatalogBase

public interface Catalog

A Catalog is a collection of Commands or Chains. It is used as a convenience for organizing sets of Commands together.


Method Summary
 void addCommand(String name, Command command)
           
 Command getCommand(String name)
           
 Iterator getNames()
           
 

Method Detail

addCommand

void addCommand(String name,
                Command command)

getCommand

Command getCommand(String name)

getNames

Iterator getNames()