Evaluating Software Design Patterns
— the "Gang of Four" patterns implemented in Java 6

Uses of Package
dk.rode.thesis.chainofresponsibility

Packages that use dk.rode.thesis.chainofresponsibility
dk.rode.thesis.chainofresponsibility Implementations and examples of the Chain of Responsibility design pattern [Gamma95, p.223]. 
 

Classes in dk.rode.thesis.chainofresponsibility used by dk.rode.thesis.chainofresponsibility
AbstractHandlerChain
          An abstract handler chain implements the basic traits of the HandlerChain interface.
CharacterHandler
          An abstract character handler implements the basic traits of handlers handling Character objects.
Handler
          A handler can handle a given type of request by taking appropriate action or by forwarding the request to the next handler in the current chain of handlers.
HandlerChain
          A handler chain is an ordered list of handlers that will be passed a request in turn until the first applicable handler can handle it.
HandlerLink
          A handler link represents a connection to the next handler in a given handler chain.
 


Gunni Rode / rode.dk

Feel free to use and/or modify the Java 6 source code developed for this thesis AT YOUR OWN RISK, but note that the source code comes WITHOUT ANY — and I do mean WITHOUT ANY — form of warranty WHAT SO EVER!

The original thesis and source code are available at rode.dk/thesis.