|
Class Summary |
| Handler |
The base class for the handlers used for executing scripts.
|
| HandlerChain |
This class implements a recognized design pattern, called Chain of
Responsibility: A Request is handled by delegating it to the Handlers in the
chain. |
| IDDialog |
IDDialog is used by IdentificationHandler to request the PIN from the user. |
| Request |
Objects of this class are used for communication between agents
agency and handlers. |