org.modeshape.graph.observe
Interface Observer

All Known Implementing Classes:
ChangeObserver, JcrRepository.RepositoryObservationManager, NetChangeObserver, ObservationBus, RepositoryService, RepositoryService.ConfigurationChangeObserver

public interface Observer

The interface for an observer of graph changes.


Method Summary
 void notify(Changes changes)
          Method that is called for each set of changes from the Observable instance(s) with which this observer is registered.
 

Method Detail

notify

void notify(Changes changes)
Method that is called for each set of changes from the Observable instance(s) with which this observer is registered.

Parameters:
changes - the changes that are being published


Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.