org.apache.beehive.netui.core.chain |
|
Java Source File Name | Type | Comment |
Catalog.java | Interface |
A Catalog is a collection of
Command s or
Chain s. |
CatalogFactory.java | Class | Abstract factory class for configuring a
Catalog of
Command s in a chain. |
Chain.java | Interface |
An implementation of the Chain of Responsibility pattern that chains
Command s together. |
Command.java | Interface |
An encapsulation for a unit of work that needs to performed to accomplish a task. |
Context.java | Interface |
Marker interface that extends
Map to provide key / value pairs of contextual
information when executing a chain of commands. |