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

Uses of Interface
dk.rode.thesis.meta.util.ErrorHandler

Packages that use ErrorHandler
dk.rode.thesis.observer Implementations and examples of the Observer design pattern [Gamma95, p.293]. 
 

Uses of ErrorHandler in dk.rode.thesis.observer
 

Classes in dk.rode.thesis.observer that implement ErrorHandler
static class ObserverManager.NotificationPolicy
          Default error handlers for observer registries.
 

Fields in dk.rode.thesis.observer declared as ErrorHandler
private  ErrorHandler ObserverManager.errorHandler
          An error handler used to handle errors thrown during notification to a given observer, which will decide if a given type of error will cause the overall notification to fail.
 

Constructors in dk.rode.thesis.observer with parameters of type ErrorHandler
ObserverManager(ErrorHandler errorHandler, Class<?> ownerType, Class<?>... parameterTypes)
          Constructor.
 


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.