org.modeshape.graph.observe
Interface Observer

All Known Subinterfaces:
ObservationBus
All Known Implementing Classes:
ChangeObserver, ClusteredObservationBus, ClusteringService, JcrRepository.RepositoryObservationManager, LocalObservationBus, NetChangeObserver, RepositoryService, RepositoryService.ConfigurationChangeObserver, SequencingService.RepositoryObserver

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-2011 JBoss, a division of Red Hat. All Rights Reserved.