org.jboss.aspects.patterns.observable
Interface Observer


public interface Observer

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

Version:
$Revision: 37406 $
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 © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.