Package dynaop.observer

Observer pattern (Design Patterns, GoF).

See:
          Description

Interface Summary
Observer Observes a Subject.
Subject Subject of observation.
 

Class Summary
SubjectInterceptor Notifies observers after the method invocation completes.
SubjectMixin Support class for subject mixins.
 

Package dynaop.observer Description

Observer pattern (Design Patterns, GoF).