Package org.apache.beehive.netui.core.chain

Interface Summary
Catalog A Catalog is a collection of Commands or Chains.
Chain An implementation of the Chain of Responsibility pattern that chains Commands together.
Command An encapsulation for a unit of work that needs to performed to accomplish a task.
Context Marker interface that extends Map to provide key / value pairs of contextual information when executing a chain of commands.
 

Class Summary
CatalogFactory Abstract factory class for configuring a Catalog of Commands in a chain.