org.jboss.aspects.patterns.observable
Interface Observer


public interface Observer

An Observer. Implement this interface to register for subject changes.

Version:
$Revision: 1.1.4.3 $
Author:
Adrian Brock

Method Summary
 void fireChange(Subject subject)
          Notification that a subject has changed
 

Method Detail

fireChange

void fireChange(Subject subject)
Notification that a subject has changed

Parameters:
subject - the subject


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.