dynaop.observer
Interface Observer


public interface Observer

Observes a Subject.

Author:
Bob Lee (crazybob@crazybob.org)

Method Summary
 void notify(Subject subject, java.lang.Object argument)
          Notifies of change in the Subject.
 

Method Detail

notify

void notify(Subject subject,
            java.lang.Object argument)
Notifies of change in the Subject.