Package Behavioral.ChainOfResponsibility


package Behavioral.ChainOfResponsibility
  • Class
    Description
    Abstract base class that implements the chaining mechanism.
    A concrete handler that processes specific requests.
    Another concrete handler that processes different requests.
    The interface for handling requests in the chain.