Design Pattern Examples
Overview of object-oriented design patterns
DesignPatternExamples_python.handlerchain.handlerchain_class Namespace Reference

Classes

class  HandlerChain
 Represents a list of handlers that all implement the IMessageHandler interface. More...
 
class  IMessageHandler
 Represents a handler in a chain of handlers. More...