Package Behavioral.ChainOfResponsibility
package Behavioral.ChainOfResponsibility
-
ClassDescriptionAbstract 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.